Description Usage Arguments Value Examples
Create a new population of AFLELO Params through crossover of an existing population
1  | breed_params(population, fitness, n)
 | 
population | 
 list of aflelo_params  | 
fitness | 
 vector giving the fitness of each aflelo_params  | 
n | 
 size of new population  | 
list of alfelo_params
1 2  | population <- aflelo:::new_population(5)
aflelo:::breed_params(population, rep(0.5, 5), 5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.