Description Usage Arguments Author(s) Examples
crossover_p_split returns a dataframe has the same row number with parents. each row of which represents an offsprings
1 | crossover_p_split(parents, p)
|
parents |
a list of couple of parents. Each element of list contains a couple of parents selected to produce offsprings. each parent is presented in a binary format 0 or 1. |
p |
the number of splits in the process of crossover. eg. if p=2, it means parents are splited into 3 parts and then do crossover. |
Jinhui Xu
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.