GeneticAlgorithm Properties

GeneticSharp

GeneticAlgorithm Properties GeneticSharp
The GeneticAlgorithm type exposes the following members.
Properties

  NameDescription
Public propertyBestChromosome
Gets the best chromosome.
Public propertyCrossover
Gets the crossover operator.
Public propertyCrossoverProbability
Gets or sets the crossover probability.
Public propertyFitness
Gets the fitness function.
Public propertyGenerationsNumber
Gets the generations number.
Public propertyIsRunning
Gets a value indicating whether this instance is running.
Public propertyMutation
Gets the mutation operator.
Public propertyMutationProbability
Gets or sets the mutation probability.
Public propertyPopulation
Gets the population.
Public propertyReinsertion
Gets or sets the reinsertion operator.
Public propertySelection
Gets the selection operator.
Public propertyState
Gets the state.
Public propertyTaskExecutor
Gets or sets the task executor which will be used to execute fitness evaluation.
Public propertyTermination
Gets or sets the termination condition.
Public propertyTimeEvolving
Gets the time evolving.
Back to Top
See Also