A Genetic Programming Framework for .NET

EnvironmentReference Class

Represents a reference to an IEnvironment.

For a list of all members of this type, see EnvironmentReference Members.

System.Object
   GeneticProgrammingEngine.Internal.EnvironmentReference

public class EnvironmentReference

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class ensures that the values passed to it are valid strings but does not check for the existence of the associated files, as this may change by the time these values are used.

Requirements

Namespace: GeneticProgrammingEngine.Internal

Assembly: GeneticProgrammingEngine (in GeneticProgrammingEngine.dll)

See Also

EnvironmentReference Members | GeneticProgrammingEngine.Internal Namespace | CreateEnvironments Method