Home
last modified time | relevance | path

Searched refs:crossover_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
3029 crossover_gain=0.0; in ga_evolution_with_stats()
3085 crossover_gain += son->fitness-MAX(mother->fitness,father->fitness); in ga_evolution_with_stats()
3087 crossover_gain += daughter->fitness-MAX(mother->fitness,father->fitness); in ga_evolution_with_stats()
3223 crossover_good, crossover_poor, crossover_gain, in ga_evolution_with_stats()
3489 double crossover_gain, mutation_gain; /* - " - */ in ga_evolution_steady_state_with_stats() local
3554 crossover_gain=0.0; in ga_evolution_steady_state_with_stats()
3607 crossover_gain += son->fitness-MAX(mother->fitness,father->fitness); in ga_evolution_steady_state_with_stats()
3609 crossover_gain += daughter->fitness-MAX(mother->fitness,father->fitness); in ga_evolution_steady_state_with_stats()
3750 crossover_good, crossover_poor, crossover_gain, in ga_evolution_steady_state_with_stats()