Метод | Описание | |
---|---|---|
AddSpeciesMember ( ISpecies species, IGenome genome ) : void |
Add a genome to a species.
|
|
Iteration ( ) : void |
Perform one generation.
|
|
PerformScoreCalculation ( IGenome g ) : void |
Perform a score calculation for the specified genome.
|
public AddSpeciesMember ( ISpecies species, IGenome genome ) : void | ||
species | ISpecies | Tge soecues to add to. |
genome | IGenome | The genome to add. |
Результат | void |
public PerformScoreCalculation ( IGenome g ) : void | ||
g | IGenome | The genome to calculate for. |
Результат | void |