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, setSortGenomes
public double getCompatibilityScore(Genome genome1, Genome genome2)
getCompatibilityScore
in class ThresholdSpeciation
genome1
- The first genome.genome2
- The second genome.Copyright © 2014. All Rights Reserved.