代码搜索:Population
找到约 4,722 项符合「Population」的源代码
代码结果 4,722
www.eeworm.com/read/364264/9916708
m low.m
function pop=low(pop,state)
%LOW Applies restrictions to the size of a GPLAB population.
% LOW(POPULATION,STATE) returns the first STATE.POPSIZE individuals from
% POPULATION (parents and of
www.eeworm.com/read/364264/9916785
m suppression.m
function pop=suppression(pop,state,params,previousbest,currentbest)
%SUPPRESSION Removes a number of GPLAB individuals from the population.
% SUPPRESSION(POPULATION,STATE,PARAMS,PBEST,BEST) ret
www.eeworm.com/read/222092/6966384
asv initial.asv
function POPULATION=initial(POPSIZE,L,m);
%to produce the initial population
POPULATION=zeros(POPSIZE,L);
for p=1:POPSIZE
d=0;
for q=1:L
if rand
www.eeworm.com/read/222092/6966387
m initial.m
function POPULATION=initial(POPSIZE,L,m);
%to produce the initial population
POPULATION=zeros(POPSIZE,L);
for p=1:POPSIZE
d=0;
for q=1:L
if rand
www.eeworm.com/read/469626/6972219
cc select.cc
// ################################################################################
//
// name: select.cc
//
// author: Martin Pelikan
//
// purpose: the definition of truncation
www.eeworm.com/read/143003/7144869
cc pop.cc
// pop.cc
//--------------------------------------------------------------------------
// This code is a component of Genetic Programming in C++ (Version 0.40)
// Copyright Adam P. Fraser, 1993,1
www.eeworm.com/read/139529/13150806
cc select.cc
// ################################################################################
//
// name: select.cc
//
// author: Martin Pelikan
//
// purpose: the definition of trun
www.eeworm.com/read/112976/15473300
cc pop.cc
// pop.cc
//--------------------------------------------------------------------------
// This code is a component of Genetic Programming in C++ (Version 0.40)
// Copyright Adam P. Fraser, 1993,1
www.eeworm.com/read/338523/12298591
c simple-gp.c
/* simple-gp.c
// Simple Genetic Program
//
// W. B. Langdon, cwi.nl, 21 February 1999
//
// Modifications:
// Author: WBL
// Date : 21 Feb 1999
// Change: Increase portability by replac
www.eeworm.com/read/338523/12298664
c initial.c
#include "genet.h"
initialize_population()
{
int p,i,j;
int s[K],d[N];
for (p = 0; p < pop; ++p)
{
pp[p] = &population[p]; /* initialise the pointer pp */
for (i=0; i