Method | Description | |
---|---|---|
CalculateGeneCount ( ) : int | ||
CompareTo ( IGenome other ) : int |
|
|
Decode ( ) : void |
from Encog.ml.genetic.genome.Genome
|
|
Encode ( ) : void |
from Encog.ml.genetic.genome.Genome
|
|
Mate ( IGenome father, IGenome child1, IGenome child2 ) : void |
Mate two genomes. Will loop over all chromosomes.
|
|
ToString ( ) : String |
Method | Description | |
---|---|---|
BasicGenome ( ) : System |
Construct the bo
|
public Mate ( IGenome father, IGenome child1, IGenome child2 ) : void | ||
father | IGenome | The father. |
child1 | IGenome | The first child. |
child2 | IGenome | The second child. |
return | void |