A Genetic Programming Framework for .NET

GPEngine Properties

The properties of the GPEngine class are listed below. For a complete list of GPEngine class members, see the GPEngine Members topic.

Public Instance Properties

GenerationHistory Gets the GenerationHistory of the last Generation tested.
Options Get or sets the EngineOptions for this run.
ProblemSpaceClasses Gets or sets the Problem Space classes supplied by the user.
RunInterrupted Gets a value indicating whether a run was interrupted.
Running Gets a value indicating whether this GPEngine is running.

Protected Instance Properties

CurrentGeneration Gets or sets the current Generation number.
CurrentPopulation Gets or sets the current Population.
NewRun Gets a value indicating whether the engine is starting a new run.
RandomNumber Gets or sets the Random instance for this run.

See Also

GPEngine Class | GeneticProgrammingEngine Namespace | Run Method | Genetic Programming Term