# # ChangeLog for branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator # # Generated by Trac 1.0.12 # 06/10/24 03:41:34 Sun, 19 May 2013 09:47:34 GMT sluengo [9499] * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/EvaluatorTradeRules.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/OnlineHeuristicTradeRulesCalculator.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Grammar.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/HeuristicLab.Problems.TradeRules-1.0.csproj (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Interpreter.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/TradeRulesSolutionBase.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/ConstantIntTreeNode.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/RSI.cs (modified) Sat, 20 Apr 2013 12:08:49 GMT sluengo [9386] * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/EvaluatorTradeRules.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/OnlineTradeRulesCalculator.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/HeuristicLab.Problems.TradeRules-1.0.csproj (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Interpreter.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/TradeRulesSolutionBase.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/MACD.cs (modified) Wed, 20 Mar 2013 20:02:10 GMT sluengo [9325] * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/EvaluatorTradeRules.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/HeuristicLab.Problems.TradeRules-1.0.csproj (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Interpreter.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/MACDTreeNode.cs (modified) Thu, 28 Feb 2013 22:48:00 GMT sluengo [9262] * branches/sluengo/HeuristicLab.Problems.TradeRules/DataAnalysisSolution.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/EvaluatorTradeRules.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/OnlineTradeRulesCalculator.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/TradeRulesAnalysisEvaluator.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/TradeRulesAnalysisSingleObjectiveEvaluator.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Evaluator/TradeRulesSingleObjectiveEvaluator.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Grammar.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/HeuristicLab.Problems.TradeRules-1.0.csproj (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/ITradeRulesModel.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Interpreter.cs (modified) * branches/sluengo/HeuristicLab.Problems.TradeRules/Problem (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Problem/TradeAnalysisProblem.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Problem/TradeRulesAbstractProblem.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Problem/TradeRulesProblem.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Solution (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/ITradeRulesSolution.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/ITradingRulesSolution.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/TradeRulesSolution.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/TradeRulesSolutionBase.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Solution/TradingRulesSolution.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/AverageTrade.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/BoolConstant.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/BoolConstantTreeNode.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/ConstantInt.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/ConstantIntTreeNode.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/ITradeRulesExpresionTree.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/Lag.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/MACD.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/MACDTreeNode.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/Max.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/Min.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/Symbols/RSI.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/TradeRulesSingleObjectiveTrainingBestSolutionAnalyzer.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/TradeRulesSingleObjectiveValidationBestSolutionAnalyzer.cs (added) * branches/sluengo/HeuristicLab.Problems.TradeRules/TradeSolution.cs (added)