Метод | Описание | |
---|---|---|
Add ( IGenome genome ) : void |
Add a genome to the population.
|
|
AddAll ( IList |
Add all of the specified members to this population.
|
|
AssignGeneID ( ) : long |
Assign a gene id.
|
|
AssignGenomeID ( ) : long |
Assign a genome id.
|
|
AssignInnovationID ( ) : long |
Assign an innovation id.
|
|
AssignSpeciesID ( ) : long |
Assign a species id.
|
|
BasicPopulation ( int populationSize ) : System |
Construct a population.
|
|
Clear ( ) : void |
Clear all genomes from this population.
|
|
Clone ( ) : object |
Clone is not supported for this object type, an error will be thrown.
|
|
CreatePersistor ( ) : IPersistor |
Create a persistor.
|
|
GetBest ( ) : IGenome |
The best genome in the population.
|
|
Sort ( ) : void |
Sort the population.
|
public Add ( IGenome genome ) : void | ||
genome | IGenome | The genome to add. |
Результат | void |
public AddAll ( IList |
||
newPop | IList |
A list of new genomes to add. |
Результат | void |
public BasicPopulation ( int populationSize ) : System | ||
populationSize | int | The population size. |
Результат | System |