GeneticAlgorithm Properties | GeneticSharp |
The GeneticAlgorithm type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | BestChromosome |
Gets the best chromosome.
|
![]() | Crossover |
Gets the crossover operator.
|
![]() | CrossoverProbability |
Gets or sets the crossover probability.
|
![]() | Fitness |
Gets the fitness function.
|
![]() | GenerationsNumber |
Gets the generations number.
|
![]() | IsRunning |
Gets a value indicating whether this instance is running.
|
![]() | Mutation |
Gets the mutation operator.
|
![]() | MutationProbability |
Gets or sets the mutation probability.
|
![]() | Population |
Gets the population.
|
![]() | Reinsertion |
Gets or sets the reinsertion operator.
|
![]() | Selection |
Gets the selection operator.
|
![]() | State |
Gets the state.
|
![]() | TaskExecutor |
Gets or sets the task executor which will be used to execute fitness evaluation.
|
![]() | Termination |
Gets or sets the termination condition.
|
![]() | TimeEvolving |
Gets the time evolving.
|
See Also