Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/19/13 11:47:34 (12 years ago)
Author:
sluengo
Message:
 
Location:
branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/EvaluatorTradeRules.cs

    r9386 r9499  
    1212using HeuristicLab.Problems.DataAnalysis.Symbolic;
    1313using HeuristicLab.Problems.DataAnalysis;
     14using HeuristicLab.Problems.TradeRules.Evaluator;
    1415
    1516namespace HeuristicLab.Problems.TradeRules
     
    5556            double tradingCash = OnlineTradeRulesCalculator.Calculate(estimatedValues, problemData, rows);
    5657           
     58
    5759            return tradingCash;
    5860        }
Note: See TracChangeset for help on using the changeset viewer.