Method | Description | |
---|---|---|
Mate ( |
Assuming this chromosome is the "mother" mate with the passed in "father".
|
|
Splice ( int cutLength ) : System |
Construct a splice cross over object.
|
public Mate ( |
||
mother | The mother. | |
father | The father. | |
offspring1 | The first offspring. | |
offspring2 | The second offspring. | |
return | void |