# # ChangeLog for branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Plugin.cs.frame # # Generated by Trac 1.0.12 # 05/17/24 18:38:08 Tue, 16 Sep 2014 11:13:03 GMT abeham [11369] * branches/ProgrammableProblem (moved) #2174: renamed programmable problem branch Wed, 14 May 2014 12:46:00 GMT abeham [10850] * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3/Plugin.cs.frame (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Datastructures (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Datastructures/BinaryParameterConfiguration.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Datastructures/Configuration.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Datastructures/IntegerParameterConfiguration.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Datastructures/ParameterConfiguration.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Datastructures/ParameterVector.cs (copied) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Datastructures/PermutationParameterConfiguration.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Datastructures/RealParameterConfiguration.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators/ParameterVectorCreater.cs (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators/ParameterVectorCrossover.cs (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators/ParameterVectorManipulator.cs (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators/SingleObjectiveEvaluator.cs (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Plugin.cs.frame (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/ProblemBase.cs (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProblemBase.cs (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveScript.cs (modified) * branches/SimSharp/ProgrammableProblem.sln (modified) #2174: Major refactoring: * ParameterVector is only a temporary ...