Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/09 13:46:46 (15 years ago)
Author:
gkronber
Message:

Made configurable FunctionLibraryInjector the default and removed the specific function library injectors. #579 (Configurable FunctionLibraryInjector for GP.StructureIdenfication)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs

    r1906 r1908  
    142142
    143143    protected internal override IOperator CreateFunctionLibraryInjector() {
    144       ConfigurableFunctionLibraryInjector funLibInjector = new ConfigurableFunctionLibraryInjector();
     144      FunctionLibraryInjector funLibInjector = new FunctionLibraryInjector();
    145145      funLibInjector.GetVariableValue<BoolData>("Xor", null, false).Data = false;
    146146      funLibInjector.GetVariableValue<BoolData>("Average", null, false).Data = false;
Note: See TracChangeset for help on using the changeset viewer.