A Genetic Programming Framework for .NET

EngineOptions.OutputDirectory Property

Gets or sets the output directory.

public string OutputDirectory {get; set;}

Property Value

The path to the output directory, or the Empty string if no output directory has been set.

Remarks

The output directory is used to store all output files generated by the Tester and GPEngine. If the directory does not exist when testing begins, it will be created.

If no output directory is specified, the GPEngine will use a default directory of %current location%\%Base Class name%\.

Exceptions

Exception Type Condition
ArgumentException Thrown when value contains any elements of InvalidPathChars.

See Also

EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | GPEngine Class | Tester Class