# # ChangeLog for branches/SimSharp/HeuristicLab.Problems.Programmable.Views # # Generated by Trac 1.0.12 # 05/28/24 13:45:10 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 ... Tue, 15 Apr 2014 16:01:54 GMT abeham [10753] * branches/SimSharp/3.0.4 (moved) * branches/SimSharp/3.0.3/SimSharp-3.0.3 (deleted) * branches/SimSharp/3.0.4/SimSharp-3.0.4 (copied) * branches/SimSharp/3.0.4/SimSharp-3.0.4/Plugin.cs (modified) * branches/SimSharp/3.0.4/SimSharp-3.0.4/Properties/AssemblyInfo.cs (modified) * branches/SimSharp/3.0.3/SimSharp-3.0.3/SimSharp-3.0.3.csproj (deleted) * branches/SimSharp/3.0.4/SimSharp-3.0.4/SimSharp-3.0.4.csproj (copied) * branches/SimSharp/3.0.4/SimSharp-3.0.4/SimSharp.dll (modified) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector (added) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector/HeuristicLab.Encodings.ParameterVectorEncoding-3.3.csproj (added) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector/HeuristicLab.snk (copied) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector/IParameterVectorCreator.cs (added) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector/ParameterVector.cs (added) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector/ParameterVectorBuilder.cs (added) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector/Plugin.cs.frame (added) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector/Properties (added) * branches/SimSharp/HeuristicLab.Encodings.ParameterVector/Properties/AssemblyInfo.cs.frame (added) * branches/SimSharp/HeuristicLab.Problems.Programmable (moved) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views (added) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3 (added) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.Problems.Programmable.Views-3.3.csproj (added) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.snk (copied) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3/Plugin.cs.frame (copied) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3/ProgrammableProblemView.Designer.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3/ProgrammableProblemView.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3/Properties (added) * branches/SimSharp/HeuristicLab.Problems.Programmable.Views/3.3/Properties/AssemblyInfo.cs.frame (copied) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3 (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj (copied) * branches/SimSharp/HeuristicLab.Problems.SimulationOptimization/3.3/HeuristicLab.Problems.SimulationOptimization-3.3.csproj (deleted) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Interfaces (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Interfaces/ISingleObjectiveProgrammableProblemEvaluator.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators/ParameterVectorCreater.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators/ParameterVectorCrossover.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators/ParameterVectorManipulator.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Operators/SimOptSingleObjectiveEvaluator.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Plugin.cs.frame (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/ProgrammableProblemBase.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/ProgrammableProblemScript.cs (added) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Properties/AssemblyInfo.cs.frame (modified) * branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (added) * branches/SimSharp/ProgrammableProblem.sln (moved) #2174: The problem is now not Sim# specific anymore, but the ...