代码搜索:Population
找到约 4,722 项符合「Population」的源代码
代码结果 4,722
www.eeworm.com/read/103451/6215868
cpp eliteoperation.cpp
// EliteOperation.cpp: implementation of the EliteOperation class.
//
//////////////////////////////////////////////////////////////////////
#include // Added 980901 by Aleksander 踙rn.
www.eeworm.com/read/341364/12089757
cpp line.cpp
//Line.cpp
//
#include "Line.h"
#include "definition.h"
void CLine::ReachGolf()
{ int i;
for (i=0;i
www.eeworm.com/read/163883/5506710
cpp eliteoperation.cpp
// EliteOperation.cpp: implementation of the EliteOperation class.
//
//////////////////////////////////////////////////////////////////////
#include // Added 980901 by Aleksander 踙rn.
www.eeworm.com/read/475765/6778136
m p10_13.m
% P10_13.M Plot the rabbit population
clear
k=[0:12]; % 12 months
y= 1/5^0.5*((1+5^0.5)/2).^k - 1/5^0.5*((1-5^0.5)/2).^k;
fprintf('\n Months Population\n')
for i=2:1:13
fprintf('
www.eeworm.com/read/247527/12652532
m gacreationuniform.m
function Population = gacreationuniform(GenomeLength,FitnessFcn,options)
%GACREATIONUNIFORM Creates the initial population for genetic algorithm.
% POP = GACREATIONUNIFORM(NVARS,FITNESSFCN,OPTIONS
www.eeworm.com/read/112976/15473250
cc eval.cc
// eval.cc
//--------------------------------------------------------------------------
// This code is a component of Genetic Programming in C++ (Version 0.40)
// Copyright Adam P. Fraser, 1993,
www.eeworm.com/read/478548/6709475
crossover_1p
#!/usr/bin/perl -w
use POSIX;
$population_size = 20;
$bit_mutation_probability = 0.01;
# Generate an initial population of random individuals. Each individual is
# represented by a 16-bit number.
www.eeworm.com/read/478548/6709479
crossover_uniform
#!/usr/bin/perl -w
use POSIX;
$population_size = 20;
$bit_mutation_probability = 0.01;
# Generate an initial population of random individuals. Each individual is
# represented by a 16-bit number.
www.eeworm.com/read/440983/7678263
asv main_2genetic.asv
tic
clc
clear all
population_count=361;
init_population=initial_2genetic(0,360,population_count);
n1=0;
for n2=1:length(init_population)
fitness_population(n2)=fitness_2genetic(init_popul
www.eeworm.com/read/349226/10840677
lif cordpull.lif
#Life 1.05
#D Diagonal sawtooth with expansion factor 6
#D Population is unbounded but does not tend to infinity. Its graph is
#D a sawtooth function with ever-increasing teeth. More specifically