
Properties
Name | Description | |
---|---|---|
![]() | Chromosomes |
Returns a read-only copy of the genome's chromosomes.
|
![]() | Error |
The overall error of this Genome, for use
by the client-supplied fitness function and
the Genome Evolve function.
|
![]() | GenealogyInfo |
GenealogyInfo is set internally by the GeneticAlgorithm Evolve method
and provides details that allow the client to create genealogy reports.
|
![]() | MutationRate |
Mutation rate from 0 to 1, default 0.05. May be changed during evolution to simulate annealing. Higher mutation rates result in slower gradient decent.
|
![]() | Name |
Name is like a surname that helps identify the genome's genealogy.
|
![]() | Sex |
Identifies if the genome is male or female.
This tag is required because the Genome does
not have a specific allosome gene pair.
|
![]() | Tag |
Helps identify the genome.
|
See Also