# # ChangeLog for / # # Generated by Trac 1.0.12 # 09/09/24 06:00:26 Tue, 05 Mar 2013 09:46:51 GMT sforsten [9274] * branches/ImprovingStringConvertibleMatrix/HeuristicLab.Data (copied) #2018: branch project `Data` Tue, 05 Mar 2013 09:46:01 GMT sforsten [9273] * branches/ImprovingStringConvertibleMatrix (added) #2018: create new branch Mon, 04 Mar 2013 14:16:49 GMT abeham [9272] * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/INcaInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/LdaInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/NcaInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/PcaInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/RandomInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/ModelCreation/NcaModelCreator.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaGradientCalculator.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaModel.cs (modified) #1913: removed scaling of data Mon, 04 Mar 2013 13:43:44 GMT bburlacu [9271] * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter (added) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/Build.cmd (added) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (copied) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Compiler/Instruction.cs (modified) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Compiler/SymbolicExpressionTreeCompiler.cs (modified) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj (modified) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic (copied) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj (modified) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs (modified) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionTreeInterpreter.cs (modified) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionTreeLinearInterpreter.cs (copied) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisSolutionValuesCalculator.cs (added) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/LinearInterpreter.sln (added) * branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/PreBuildEvent.cmd (added) #2021: Initial implementation of the ... Fri, 01 Mar 2013 17:32:26 GMT abeham [9270] * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/INcaInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/LdaInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/NcaInitializer.cs (added) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/PcaInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/RandomInitializer.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/ModelCreation (added) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/ModelCreation/INcaModelCreator.cs (added) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/ModelCreation/NcaModelCreator.cs (added) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaGradientCalculator.cs (added) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation (added) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation/INcaSolutionCreator.cs (added) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation/NcaSolutionCreator.cs (added) #1913: Changed NCA to use LM-BFGS optimization algorithm, added ... Fri, 01 Mar 2013 15:19:06 GMT mkommend [9269] * trunk/sources/HeuristicLab.ExtLibs.sln (modified) #2007: Updated ExtLib.sln with the new projects for AlgLib 3.7.0. Fri, 01 Mar 2013 15:14:16 GMT mkommend [9268] * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0 (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0 (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/ALGLIB License.txt (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/ALGLIB-3.7.0.csproj (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/Properties (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/Properties/AssemblyInfo.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/alglibinternal.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/alglibmisc.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/ap.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/dataanalysis.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/diffequations.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/fasttransforms.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/integration.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/interpolation.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/linalg.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/optimization.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/solvers.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/specialfunctions.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/ALGLIB-3.7.0/statistics.cs (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/HeuristicLab.ALGLIB-3.7.0 (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/HeuristicLab.ALGLIB-3.7.0/ALGLIB License-3.7.0.txt (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/HeuristicLab.ALGLIB-3.7.0/HeuristicLab.ALGLIB-3.7.0.csproj (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/HeuristicLab.ALGLIB-3.7.0/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/HeuristicLab.ALGLIB-3.7.0/Plugin.cs.frame (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/HeuristicLab.ALGLIB-3.7.0/Properties (added) * trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.7.0/HeuristicLab.ALGLIB-3.7.0/Properties/AssemblyInfo.cs.frame (added) #2007: Added AlgLib 3.7.0 to the external libraries. Fri, 01 Mar 2013 14:05:12 GMT abeham [9267] * trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs (modified) #2008: fixed remaining issues (view is readonly, matrix is not ... Fri, 01 Mar 2013 13:25:49 GMT ascheibe [9266] * trunk/sources/HeuristicLab.Services.Hive.DataAccess/3.3/ITransactionManager.cs (modified) * trunk/sources/HeuristicLab.Services.Hive/3.3/Convert.cs (modified) * trunk/sources/HeuristicLab.Services.Hive/3.3/HiveDao.cs (modified) * trunk/sources/HeuristicLab.Services.Hive/3.3/Interfaces/IHiveDao.cs (modified) #2019 disable lazy loading in some methods to avoid deadlocks Fri, 01 Mar 2013 12:55:09 GMT abeham [9265] * trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/DataTableVisualProperties.cs (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Creators/NormalDistributedRealVectorCreator.cs (modified) #2020: review comments Fri, 01 Mar 2013 11:19:13 GMT abeham [9264] * branches/CMAES/HeuristicLab.Analysis (deleted) * branches/CMAES/HeuristicLab.Analysis.Views (deleted) * branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding (deleted) * branches/CMAES/HeuristicLab.Problems.TestFunctions (deleted) #1961: removed all other plugins from the branch Thu, 28 Feb 2013 22:50:40 GMT sluengo [9263] * branches/sluengo/HeuristicLab.Problems.TradeRules/AverageTrade.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/BoolConstant.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/BoolConstantTreeNode.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/ConstantInt.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/ConstantIntTreeNode.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/EMA.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/EvaluatorTradeRules.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/Lag.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/MACD.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/Max.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/Min.cs (deleted) * branches/sluengo/HeuristicLab.Problems.TradeRules/RSI.cs (deleted) 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) Thu, 28 Feb 2013 19:34:19 GMT ascheibe [9261] * trunk/sources/HeuristicLab.Services.Access/3.3/UserManager.cs (modified) #2019 because GetUser sometimes fails try to repeat it Thu, 28 Feb 2013 15:05:23 GMT mkommend [9260] * branches/CMAES/CMAES.sln (modified) * branches/CMAES/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3.csproj (modified) #1961: Adapted CMA-ES solution to contain only the algorithm projects ... Thu, 28 Feb 2013 14:57:50 GMT ascheibe [9259] * trunk/sources/HeuristicLab.Services.Hive/3.3/HiveDao.cs (modified) #2019 improved resource assigning method Thu, 28 Feb 2013 14:38:12 GMT mkommend [9258] * trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableView.cs (modified) * trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesControl.Designer.cs (modified) * trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesControl.cs (modified) * trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.Designer.cs (modified) * trunk/sources/HeuristicLab.Analysis/3.3/DataVisualization/DataTableVisualProperties.cs (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Creators/NormalDistributedRealVectorCreator.cs (added) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs (modified) #2020: Integrated changes developed in the CMA-ES branch by abeham in ... Thu, 28 Feb 2013 12:57:49 GMT ascheibe [9257] * trunk/sources/HeuristicLab.Services.Hive.DataAccess/3.3/TransactionManager.cs (modified) * trunk/sources/HeuristicLab.Services.Hive/3.3/HiveDao.cs (modified) * trunk/sources/HeuristicLab.Services.Hive/3.3/HiveService.cs (modified) * trunk/sources/HeuristicLab.Services.Hive/3.3/Interfaces/IHiveDao.cs (modified) * trunk/sources/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs (modified) * trunk/sources/HeuristicLab.Services.Hive/3.3/Manager/HeartbeatManager.cs (modified) #2019 - added missing transactions in the Hive service - split ... Thu, 28 Feb 2013 08:29:15 GMT fschoepp [9256] * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net20 (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.dll (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net20/Newtonsoft.Json.xml (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net35 (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.dll (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net35/Newtonsoft.Json.xml (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net40 (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.dll (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/net40/Newtonsoft.Json.xml (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8 (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.dll (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/portable-net40+sl4+wp7+win8/Newtonsoft.Json.xml (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.dll (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl3-wp/Newtonsoft.Json.xml (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl4 (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71 (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.dll (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl4-windowsphone71/Newtonsoft.Json.xml (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.dll (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/sl4/Newtonsoft.Json.xml (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/winrt45 (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.dll (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/lib/winrt45/Newtonsoft.Json.xml (added) #1888: * Added missing nuget references (Json). Thu, 28 Feb 2013 08:26:33 GMT fschoepp [9255] * branches/OaaS/packages/Newtonsoft.Json.4.5.11 (added) * branches/OaaS/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nupkg (added) #1888: * Added missing nuget reference (Json).