Home
last modified time | relevance | path

Searched refs:mutation_gain (Results 1 – 1 of 1) sorted by relevance

/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_optim.c2968 double crossover_gain, mutation_gain; /* - " - */ in ga_evolution_with_stats() local
3030 mutation_gain=0.0; in ga_evolution_with_stats()
3129 mutation_gain += daughter->fitness-mother->fitness; in ga_evolution_with_stats()
3224 mutation_good, mutation_poor, mutation_gain); in ga_evolution_with_stats()
3489 double crossover_gain, mutation_gain; /* - " - */ in ga_evolution_steady_state_with_stats() local
3555 mutation_gain=0.0; in ga_evolution_steady_state_with_stats()
3648 mutation_gain += child->fitness-mother->fitness; in ga_evolution_steady_state_with_stats()
3751 mutation_good, mutation_poor, mutation_gain); in ga_evolution_steady_state_with_stats()