代码搜索:Population
找到约 4,722 项符合「Population」的源代码
代码结果 4,722
www.eeworm.com/read/374955/2744916
in default.in
seed = 11287
population_size = 100
steady_state = 0
max_depth_for_new_trees = 6
max_depth_after_crossover = 17
max_mutant_depth = 4
grow_method = RAMPED
selection_method = FITNESSPROP
tourname
www.eeworm.com/read/202785/15373138
in default.in
seed = 11287
population_size = 1024
steady_state = 0
max_depth_for_new_trees = 6
max_depth_after_crossover = 17
max_mutant_depth = 4
grow_method = GROW
selection_method = FITNESSPROP
tournamen
www.eeworm.com/read/202785/15373146
in default.in
seed = 11287
population_size = 100
steady_state = 0
max_depth_for_new_trees = 6
max_depth_after_crossover = 17
max_mutant_depth = 4
grow_method = RAMPED
selection_method = FITNESSPROP
tourname
www.eeworm.com/read/202785/15373197
in default.in
seed = 11287
population_size = 100
steady_state = 0
max_depth_for_new_trees = 6
max_depth_after_crossover = 17
max_mutant_depth = 4
grow_method = RAMPED
selection_method = FITNESSPROP
tourname
www.eeworm.com/read/202785/15373203
in default.in
seed = 11287
population_size = 100
steady_state = 0
max_depth_for_new_trees = 6
max_depth_after_crossover = 17
max_mutant_depth = 4
grow_method = RAMPED
selection_method = FITNESSPROP
tourname
www.eeworm.com/read/270993/11013522
c stats.c
#include
#include "const.h"
#include "type.h"
#include "extern.h"
#include "exfunc.h"
#include
void statistics(IPTR pop)
{ /* calculate population stats */
int size, i, j, s;
I
www.eeworm.com/read/467534/7005246
par tspdemo.par
[Tsp Demo parameters saved at: July 20, 1998 5:02:28 AM PDT]
[Integers]
Problem Code=2
Population Size=30
Number of Genes=20
Map Order=2
Def Order=0
GA Type=2
MinMax Type=2
Crossover Type=1
www.eeworm.com/read/215301/15065747
c crowding_distance.c
# include
# include
# include "malloc.h"
# include "global.h"
# include "sort.c"
// 计算拥挤距离
void crowding_distance (population *pop, int *obj_array, int front_size)
{
www.eeworm.com/read/215301/15065775
c evaluate_objective.c
# include
# include
# include "global.h"
// 计算群体适应度
void evaluate_pop (population *pop)
{
int i;
for (i=0; iind[i]));
}
}
www.eeworm.com/read/215301/15065786
c sort.c
# include
# include
# include "malloc.h"
# include "global.h"
// 快速排序
void q_sort (population *pop, int *array, int low, int high)
{
int index;
int temp;
int i, j;