A Genetic Programming Framework for .NET

EngineOptions.UseAppDomain Property

Gets or sets a value indicating whether a separate AppDomain should be used when compiling.

public bool UseAppDomain {get; set;}

Property Value

true if a separate AppDomain should be used; otherwise, false.

The default value is true.

Remarks

Using a separate AppDomain allows the classes generated by the GPEngine to be unloaded after they have been tested. See the documentation for Tester for more information.

See Also

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