Méthode | Description | |
---|---|---|
Mate ( |
Assuming this chromosome is the "mother" mate with the passed in "father".
|
|
SpliceNoRepeat ( int cutLength ) : System |
Construct a splice crossover.
|
Méthode | Description | |
---|---|---|
GetNotTaken ( |
Get a list of the genes that have not been taken before. This is useful if you do not wish the same gene to appear more than once in a chromosome.
|
public Mate ( |
||
mother | The mother. | |
father | The father. | |
offspring1 | The first offspring. | |
offspring2 | The second offspring. | |
Résultat | void |
public SpliceNoRepeat ( int cutLength ) : System | ||
cutLength | int | The cut length. |
Résultat | System |