The world in which Individuals are tested.
Environments represent the problem being solved in Genetic Programming. An Environment provides the world where Individuals in a Population are tested.
In this framework, all Environments implement a problem-specific version of IEnvironment. This is the user-defined class that is passed to the EnvironmentVerifier.
IEnvironment Interface | GeneticProgrammingEngine.ProblemSpace Namespace | EnvironmentVerifier Interface