# # ChangeLog for branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable # # Generated by Trac 1.0.12 # 05/21/24 02:07:44 Thu, 05 Feb 2015 09:19:37 GMT abeham [11900] * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/ExternalEvaluationProblem.cs (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/SingleObjectiveOptimizationSupportScript.cs (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/New/MultiObjectiveProgrammableProblem.cs (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/New/Scripts/ProblemDefinitionScript.cs (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/New/Scripts/Templates/CompiledMultiObjectiveProblemDefinition.cs (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/New/Scripts/Templates/CompiledSingleObjectiveProblemDefinition.cs (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/New/SingleObjectiveProgrammableProblem.cs (modified) #2174: * Removed compilation calls from the problem ... Wed, 04 Feb 2015 20:38:28 GMT abeham [11893] * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4 (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/ExternalEvaluationProblem.cs (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/HeuristicLab.Problems.ExternalEvaluation-3.4.csproj (modified) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/ISingleObjectiveOptimizationSupport.cs (added) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable (added) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/CompiledOptimizationSupport.cs (copied) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/CompiledSingleObjectiveOptimizationSupport.cs (copied) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/SingleObjectiveOptimizationSupportScript.cs (copied) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/SingleObjectiveOptimizationSupportScriptException.cs (copied) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/Templates.Designer.cs (added) * branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/Templates.resx (added) #2174: * Added possibility to define neighborhood and analyze ...