# # ChangeLog for branches/Scheduling # # Generated by Trac 1.0.12 # 07/20/24 16:12:38 Thu, 26 May 2011 10:57:20 GMT jhelm [6297] * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding.Views (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding.Views/3.3 (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding.Views/3.3/HeuristicLab.Encodings.SchedulingEncoding.Views-3.3.csproj (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding.Views/3.3/HeuristicLab.snk (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding.Views/3.3/Plugin.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding.Views/3.3/Plugin.cs.frame (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding.Views/3.3/Properties (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding.Views/3.3/Properties/AssemblyInfo.cs (added) #1329: Added SchedulingEncoding.Views plugin. Thu, 26 May 2011 08:32:27 GMT jhelm [6294] * branches/Scheduling/HeuristicLab 3.3.sln (modified) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3 (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/HeuristicLab.Encodings.SchedulingEncoding-3.3.csproj (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/HeuristicLab.snk (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/IJSMOperator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/IPRVOperator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/IPWROperator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/ISchedulingCreator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/ISchedulingCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/ISchedulingDecoder.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/ISchedulingEncoding.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/ISchedulingEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/ISchedulingManipulator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Interfaces/ISchedulingOperator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Crossovers (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Crossovers/JSMCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Crossovers/JSMJOXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Crossovers/JSMOXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Crossovers/JSMSXXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/JSMEncoding.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/JSMRandomCreator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Manipulators (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Manipulators/JSMManipulator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Manipulators/JSMShiftChangeManipulator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/JobSequenceMatrix/Manipulators/JSMSwapManipulator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/Crossovers (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/Crossovers/PWRCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/Crossovers/PWRGOXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/Crossovers/PWRPPXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/Manipulators (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/Manipulators/PWRManipulator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/Manipulators/PWRUniformOnePositionManipulator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/PWREncoding.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PermutationWithRepetition/PWRRandomCreator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Plugin.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Plugin.cs.frame (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/Crossovers (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/Crossovers/PRVCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/Crossovers/PRVDiscreteCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/Crossovers/PRVSinglePointCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/Manipulators (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/Manipulators/PRVManipulator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/Manipulators/PRVUniformOnePositionManipulator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/PRVEncoding.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/PriorityRulesVector/PRVRandomCreator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Properties (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/Properties/AssemblyInfo.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/ScheduleEncoding (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/ScheduleEncoding/IndexedScheduledTaskList.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/ScheduleEncoding/Resource.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/ScheduleEncoding/Schedule.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/ScheduleEncoding/ScheduledTask.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/SchedulingCreator.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/SchedulingCrossover.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/SchedulingDecoder.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/SchedulingEncodingTypes.cs (added) * branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/SchedulingManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSMEncodingView.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.cs (modified) * branches/Scheduling/HeuristicLab/3.3/Files.txt (modified) * branches/Scheduling/HeuristicLab/3.3/Tests/HeuristicLab-3.3.Tests.csproj (modified) #1329: Did some heavy refactoring after "code-review meeting". Added ... Thu, 26 May 2011 08:25:04 GMT jhelm [6293] * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers/BestSchedulingSolutionAnalyzer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers/SchedulingAnalyzer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Decoders (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Decoders/GTAlgorithmUtils.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Decoders/JSMDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Decoders/JSMDecodingErrorPolicyTypes.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Decoders/JSMForcingStrategyTypes.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Decoders/PRVDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Decoders/PWRDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MakespanEvaluator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MeanTardinessEvaluator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/SchedulingEvaluationAlgorithm.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/SchedulingEvaluator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/IndexedTaskList.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSMOperator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPEncoding.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IPRVOperator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IPWROperator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingCreator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingCrossover.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingDecoder.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingEncoding.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingEvaluator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingManipulator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingOperator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPJob.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPTask.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Job.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Plugin.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Resource.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Schedule.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingProblem.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Task.cs (added) #1329: Did some heavy refactoring after "code-review meeting". Added ... Tue, 24 May 2011 14:20:04 GMT jhelm [6266] * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3 (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSMEncodingView.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3 (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers/BestSchedulingSolutionAnalyzer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers/SchedulingAnalyzer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCreator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCrossover.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPDecoder.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPEncodingTypes.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPManipulator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPOperator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobShopScheduling (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobShopScheduling/JSSPCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobShopScheduling/JSSPCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobShopScheduling/JSSPDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobShopScheduling/JSSPEncodingTypes.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobShopScheduling/JSSPManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/SchedulingCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/SchedulingCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/SchedulingDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/SchedulingManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/JSSPEvaluationAlgorithm.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/JSSPEvaluator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MakespanEvaluator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MeanTardinessEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/SchedulingEvaluationAlgorithm.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/SchedulingEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/SchedulingEvaluatorType.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/SchedulingEvaluatorTypes.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/IndexedTaskList.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPEncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPJob.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Resource.cs (modified) #1329: Did some heavy refactoring. Tue, 24 May 2011 07:47:24 GMT jhelm [6260] * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/GanttChart.Designer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/GanttChart.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers/BestSchedulingSolutionAnalyzer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCreator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPDecoder.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPEncodingTypes.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPManipulator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPOperator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMJOXCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMOXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMOrderCrossover.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMSXXCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMDecoder.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMEncoding.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMInsertionManipulator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMManipulator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMSwapManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/Crossovers (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/Crossovers/PWRCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/Crossovers/PWRGOXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/Crossovers/PWRPPXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/Manipulators (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/Manipulators/PWRManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/Manipulators/PWRUniformOnePositionManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/PWRDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/PWREncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PermutationWithRepetition/PWRRandomCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Crossovers/PRVCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Crossovers/PRVDiscreteCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Crossovers/PRVSinglePointCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Manipulators/PRVManipulator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/PRVDecoder.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/PRVEncoding.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/JSSPEvaluationAlgorithm.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/JSSPEvaluator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MakespanEvaluator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/SchedulingEvaluator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPCreator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPCrossover.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPDecoder.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPEncoding.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPManipulator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IPWROperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingEncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPJob.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPTask.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Resource.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Schedule.cs (modified) #1329: Implemented PermutationWithRepetition Encoding. Implemented ... Tue, 10 May 2011 15:25:35 GMT jhelm [6177] * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/GanttChart.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/GanttChart.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/GanttChart.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.resx (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.Designer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers/BestSchedulingSolutionAnalyzer.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCreator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPEncoding.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPEncodingTypes.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPManipulator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMJOXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMOrderCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMSXXCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMDecoder.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMDecodingErrorPolicyTypes.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMEncoding.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMForcingStrategyTypes.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMRandomCreator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMInsertionManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMManipulator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMShiftChangeManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMSwapManipulator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Crossovers (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Crossovers/PRVCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Crossovers/PRVDiscreteCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Crossovers/PRVSinglePointCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Manipulators (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Manipulators/PRVManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/Manipulators/PRVUniformOnePositionManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/PRVDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/PRVEncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector/PRVRandomCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/JSSPEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MakespanEvaluator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/SchedulingEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/IndexedTaskList.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPCrossover.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPEncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPManipulator.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IPRVOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPEvaluator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPJob.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPTask.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Resource.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Schedule.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingCreator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingOperator.cs (deleted) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingProblem.cs (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Task.cs (deleted) #1329: Implemented PriorityRulesVector based encoding and added new ... Wed, 04 May 2011 10:02:35 GMT jhelm [6121] * branches/Scheduling/HeuristicLab 3.3.sln (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3 (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.snk (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSMEncodingView.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSMEncodingView.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSMEncodingView.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSSPJobView.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JSSPJobView.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Plugin.cs.frame (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/Properties/AssemblyInfo.frame (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/ScheduleView.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/SchedulingProblemImportDialog.Designer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/SchedulingProblemImportDialog.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/SchedulingProblemImportDialog.resx (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3 (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Analyzers/BestSchedulingSolutionAnalyzer.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPEncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JSSPManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Crossovers/JSMSXXCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMDecoder.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMEncoding.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/JSMRandomCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/JobSequenceMatrix/Manipulators/JSMSwapManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Encodings/PriorityRulesVector (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Evaluators/MakespanEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj (modified) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSMOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPCrossover.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPManipulator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPEvaluator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPJob.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JSSPTask.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Resource.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Schedule.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingCreator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingOperator.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/SchedulingProblem.cs (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Task.cs (added) * branches/Scheduling/HeuristicLab/3.3/Files.txt (modified) #1329: Implemented basic functionalities of problemdefinition, ... Fri, 22 Apr 2011 09:43:55 GMT jhelm [6041] * branches/Scheduling/HeuristicLab.Problems.Scheduling (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3 (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.snk (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Plugin.cs.frame (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Properties (added) * branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Properties/AssemblyInfo.frame (added) #1329: Created empty plugin for scheduling. Fri, 22 Apr 2011 09:10:19 GMT jhelm [6040] * branches/Scheduling (copied) #1329: Created branch for scheduling problems. Thu, 21 Apr 2011 15:23:45 GMT mkommend [6037] * trunk/sources (modified) * trunk/sources/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3 (modified) * trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/GraphVisualizationInfoView.Designer.cs (deleted) * trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/GraphVisualizationInfoView.cs (deleted) * trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.Designer.cs (deleted) * trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.cs (deleted) #1486: Deleted unnecessary files.