Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2241 for trunk/sources


Ignore:
Timestamp:
08/05/09 13:09:25 (15 years ago)
Author:
gkronber
Message:

Remove obsolete parameter TreeSize in VariableQualityImpactCalculator. #713

File:
1 edited

Legend:

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

    r2222 r2241  
    3333      AddVariableInfo(new VariableInfo("TreeEvaluator", "The evaluator that should be used to evaluate the expression tree", typeof(ITreeEvaluator), VariableKind.In));
    3434      AddVariableInfo(new VariableInfo("FunctionTree", "The function tree that should be evaluated", typeof(IGeneticProgrammingModel), VariableKind.In));
    35       AddVariableInfo(new VariableInfo("TreeSize", "Size (number of nodes) of the tree to evaluate", typeof(IntData), VariableKind.In));
    3635      AddVariableInfo(new VariableInfo("PunishmentFactor", "Punishment factor for invalid estimations", typeof(DoubleData), VariableKind.In));
    3736    }
Note: See TracChangeset for help on using the changeset viewer.