Method | Description | |
---|---|---|
Add ( IGenome genome ) : void | ||
AssignGeneID ( ) : long | ||
AssignGenomeID ( ) : long | ||
AssignInnovationID ( ) : long | ||
AssignSpeciesID ( ) : long | ||
BasicPopulation ( ) : System |
Construct an empty population.
|
|
BasicPopulation ( int thePopulationSize ) : System |
Construct a population.
|
|
Claim ( |
||
Clear ( ) : void | ||
Get ( int i ) : IGenome | ||
Size ( ) : int | ||
Sort ( ) : void |
public BasicPopulation ( int thePopulationSize ) : System | ||
thePopulationSize | int | The population size. |
return | System |
public Claim ( |
||
ga | ||
return | void |