org.encog.ml.prg.species
public class PrgSpeciation extends ThresholdSpeciation
| Constructor and Description |
|---|
PrgSpeciation() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCompatibilityScore(Genome genome1,
Genome genome2)
Determine how compatible two genomes are.
|
addSpeciesMember, findBestSpecies, getCompatibilityThreshold, getMaxNumberOfSpecies, getNumGensAllowedNoImprovement, getOwner, getSortGenomes, init, performSpeciation, removeSpecies, setCompatibilityThreshold, setMaxNumberOfSpecies, setNumGensAllowedNoImprovement, setSortGenomespublic double getCompatibilityScore(Genome genome1, Genome genome2)
getCompatibilityScore in class ThresholdSpeciationgenome1 - The first genome.genome2 - The second genome.Copyright © 2014. All Rights Reserved.