GeneticSharp.Domain.Populations Namespace | GeneticSharp |
[Missing <summary> documentation for "N:GeneticSharp.Domain.Populations"]
Classes
Class | Description | |
---|---|---|
![]() |
Generation |
Represents a generation of a population.
|
![]() |
PerformanceGenerationStrategy |
An IGenerationStrategy's implementation wich takes into account the performance just keep the last one generations in the population.
Remarks |
![]() |
Population |
Represents a population of candidate solutions (chromosomes).
|
![]() |
PopulationService |
Population service.
|
![]() |
TrackingGenerationStrategy |
An IGenerationStrategy's implementation that keeps all generations to further avaliation.
Remarks |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IGenerationStrategy |
Defines a strategy to some key points of generation behavior inside a population.
|