Glossary of Genetic Programming Terms

Environment Term

The world in which Individuals are tested.

Remarks

Environments represent the problem being solved in Genetic Programming. An Environment provides the world where Individuals in a Population are tested.

Design Note

In this framework, all Environments implement a problem-specific version of IEnvironment. This is the user-defined class that is passed to the EnvironmentVerifier.

See Also

IEnvironment Interface | GeneticProgrammingEngine.ProblemSpace Namespace | EnvironmentVerifier Interface