代码搜索:Best 开发教程
找到约 10,000 项符合「Best 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/206731/7456674
c select.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: select
www.eeworm.com/read/206731/7456922
m select6.m
function [out,coefs,pin,best,bestpin]=select6(chrom,d,x,y,s1,s2,s3,best,bestpin)
%
% out=select(in);
%
% selects a new population
%
%
%
% Mix up the population
%
chrom=shuffle(chrom);
%
www.eeworm.com/read/449369/7507711
expttsphk
#
# vi : set ts=4 sw=4:
# expt.data.in
# Driver tables for experiments.
#
# Kinds of lines:
# "inputdir": directory where the input tsp files are
# "outputdir": directory where the output files shou
www.eeworm.com/read/449369/7507741
expttsphk,v
head 1.1;
access;
symbols
zero-five-zero:1.1
zero-four-seventeen:1.1;
locks
neto:1.1; strict;
comment @# @;
1.1
date 98.10.17.19.21.22; author neto; state Exp;
branches;
next ;
desc
@Obsolete?
www.eeworm.com/read/448946/7521567
c rowcol.c
/**************************************************************************
Row/column summation functions. Edit this file as follows:
1. Put your name and Andrew ID in the comment below
2. I
www.eeworm.com/read/448946/7521572
h fcyc.h
/* Fcyc measures the speed of any "test function." Such a function
is passed a list of integer parameters, which it may interpret
in any way it chooses.
*/
typedef void (*test_funct)(int *);
www.eeworm.com/read/251139/7807259
m os2expl.m
% Performance of optimized scaling
%
% 1. PCA: Use apca.m without centering. Take out as many scores as you want to test.
% 2. Find the best reference by the use of os2ref.m and the scores from apca
www.eeworm.com/read/399996/7817020
m genetic_culling.m
function [patterns, targets, pattern_numbers] = genetic_culling(patterns, targets, params)
% Culling type genetic algorithm for feature selection
%
% Inputs:
% train_patterns - Input patterns
%
www.eeworm.com/read/298649/7946835
c evaluate.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: evalua
www.eeworm.com/read/298649/7946870
c elitist.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: elitis