A Genetic Programming Framework for .NET

EngineOptions.DeleteGeneratedDlls Property

Gets or sets a value indicating whether generated .dll files should be deleted.

public bool DeleteGeneratedDlls {get; set;}

Property Value

The default value is true.

Remarks

Controls whether .dll files generated by the Tester will be deleted after testing has finished. This setting has no effect on generated .cs source files.

See Also

EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | Tester Class | Compile Method