Free cookie consent management tool by TermsFeed Policy Generator

Changeset 477


Ignore:
Timestamp:
08/09/08 13:38:59 (16 years ago)
Author:
gkronber
Message:

fixed a bug in the function-tree evaluator. trees that contained Differential terminal symbols were evaluated incorrectly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Functions/BakedTreeEvaluator.cs

    r460 r477  
    6868      instr.symbol = EvaluatorSymbolTable.MapFunction(f.functionType);
    6969      switch(instr.symbol) {
     70        case EvaluatorSymbolTable.DIFFERENTIAL:
    7071        case EvaluatorSymbolTable.VARIABLE: {
    7172            instr.i_arg0 = (int)f.data[0]; // var
Note: See TracChangeset for help on using the changeset viewer.