Description Usage Arguments Examples
Generates initial parent generation to be used by select()
| 1 | initiation(C, P)
 | 
| C | The number of independent variables to be selected from | 
| P | Population size for each generation | 
| 1 2 | # call initiation function
init_parents <- initiation( C = 5 , P = 30 )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.