| breed | Breeding to create a new combination of predictors to use in... | 
| calculate_fitness | Calculate the fitness of a given model. | 
| generation_gap | Replace a proportion G of the old generation with their... | 
| initialize_parents | Generate the first generation of models. | 
| propotional | Choose parents from generations propotional to their fitness | 
| ranked_models | Fit the models and rank them by their fitness. | 
| select | Genetic Algorithm | 
| tournament | Choose parents using tournament selection. Each time,... | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.