#
# ChangeLog for branches/sluengo/HeuristicLab.Problems.TradeRules/Problem
#
# Generated by Trac 1.0.12
# 12/27/24 10:34:02

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)