This functions can be used to append/set specific evolutionary operators
to the control object. However, multiple operators can be set with one function
call via setupEvolutionaryOperators
.
1 2 3 4 5 6 7 8 9 | setupParentSelector(control, operator)
setupSurvivalSelector(control, operator)
setupGenerator(control, operator)
setupMutator(control, operator)
setupRecombinator(control, operator)
|
control |
[ |
operator |
[ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.