Gets or sets the output directory.
The path to the output directory, or the Empty string if no output directory has been set.
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%\.
| Exception Type | Condition |
|---|---|
| ArgumentException | Thrown when value contains any elements of InvalidPathChars. |
EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | GPEngine Class | Tester Class