org.optaplanner.examples.machinereassignment.benchmark.machineReassignmentBenchmarkConfig.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of optaplanner-examples Show documentation
Show all versions of optaplanner-examples Show documentation
OptaPlanner solves planning problems.
This lightweight, embeddable planning engine implements powerful and scalable algorithms
to optimize business resource scheduling and planning.
This module contains the examples which demonstrate how to use it in a normal Java application.
<?xml version="1.0" encoding="UTF-8"?> <plannerBenchmark> <benchmarkDirectory>local/data/machinereassignment</benchmarkDirectory> <!--<parallelBenchmarkCount>AUTO</parallelBenchmarkCount>--> <warmUpSecondsSpend>30</warmUpSecondsSpend> <inheritedSolverBenchmark> <problemBenchmarks> <problemIOClass>org.optaplanner.examples.machinereassignment.persistence.MachineReassignmentProblemIO</problemIOClass> <!--<inputSolutionFile>data/machinereassignment/input/model_a1_1.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a1_2.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a1_3.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a1_4.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a1_5.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a2_1.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a2_2.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a2_3.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a2_4.txt</inputSolutionFile>--> <!--<inputSolutionFile>data/machinereassignment/input/model_a2_5.txt</inputSolutionFile>--> <inputSolutionFile>data/machinereassignment/input/model_b_1.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_2.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_3.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_4.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_5.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_6.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_7.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_8.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_9.txt</inputSolutionFile> <inputSolutionFile>data/machinereassignment/input/model_b_10.txt</inputSolutionFile> <!--<problemStatisticType>BEST_SCORE</problemStatisticType>--> <!--<problemStatisticType>CALCULATE_COUNT_PER_SECOND</problemStatisticType>--> <!--<problemStatisticType>MEMORY_USE</problemStatisticType>--> </problemBenchmarks> <solver> <!--<environmentMode>FAST_ASSERT</environmentMode>--> <solutionClass>org.optaplanner.examples.machinereassignment.domain.MachineReassignment</solutionClass> <planningEntityClass>org.optaplanner.examples.machinereassignment.domain.MrProcessAssignment</planningEntityClass> <scoreDirectorFactory> <scoreDefinitionType>HARD_SOFT_LONG</scoreDefinitionType> <incrementalScoreCalculatorClass>org.optaplanner.examples.machinereassignment.solver.score.MachineReassignmentIncrementalScoreCalculator</incrementalScoreCalculatorClass> <!--<scoreDrl>/org/optaplanner/examples/machinereassignment/solver/machineReassignmentScoreRules.drl</scoreDrl>--> </scoreDirectorFactory> <termination> <maximumMinutesSpend>5</maximumMinutesSpend> </termination> </solver> </inheritedSolverBenchmark> <solverBenchmark> <name>original</name> <solver> <customSolverPhase> <customSolverPhaseCommandClass>org.optaplanner.examples.machinereassignment.solver.solution.initializer.MrOriginalMachineSolutionInitializer</customSolverPhaseCommandClass> </customSolverPhase> </solver> </solverBenchmark> <solverBenchmark> <name>entityTabu7-2000</name> <solver> <customSolverPhase> <customSolverPhaseCommandClass>org.optaplanner.examples.machinereassignment.solver.solution.initializer.MrOriginalMachineSolutionInitializer</customSolverPhaseCommandClass> </customSolverPhase> <localSearch> <unionMoveSelector> <changeMoveSelector/> <swapMoveSelector/> </unionMoveSelector> <acceptor> <entityTabuSize>7</entityTabuSize> </acceptor> <forager> <acceptedCountLimit>2000</acceptedCountLimit> </forager> </localSearch> </solver> </solverBenchmark> <!--<solverBenchmark>--> <!--<name>entityTabu7-fading7-2000</name>--> <!--<solver>--> <!--<customSolverPhase>--> <!--<customSolverPhaseCommandClass>org.optaplanner.examples.machinereassignment.solver.solution.initializer.MrOriginalMachineSolutionInitializer</customSolverPhaseCommandClass>--> <!--</customSolverPhase>--> <!--<localSearch>--> <!--<unionMoveSelector>--> <!--<changeMoveSelector/>--> <!--<swapMoveSelector/>--> <!--</unionMoveSelector>--> <!--<acceptor>--> <!--<entityTabuSize>7</entityTabuSize>--> <!--<fadingEntityTabuSize>7</fadingEntityTabuSize>--> <!--</acceptor>--> <!--<forager>--> <!--<acceptedCountLimit>2000</acceptedCountLimit>--> <!--</forager>--> <!--</localSearch>--> <!--</solver>--> <!--</solverBenchmark>--> <!--<solverBenchmark>--> <!--<name>entityTabu5-fading10-2000</name>--> <!--<solver>--> <!--<customSolverPhase>--> <!--<customSolverPhaseCommandClass>org.optaplanner.examples.machinereassignment.solver.solution.initializer.MrOriginalMachineSolutionInitializer</customSolverPhaseCommandClass>--> <!--</customSolverPhase>--> <!--<localSearch>--> <!--<unionMoveSelector>--> <!--<changeMoveSelector/>--> <!--<swapMoveSelector/>--> <!--</unionMoveSelector>--> <!--<acceptor>--> <!--<entityTabuSize>5</entityTabuSize>--> <!--<fadingEntityTabuSize>10</fadingEntityTabuSize>--> <!--</acceptor>--> <!--<forager>--> <!--<acceptedCountLimit>2000</acceptedCountLimit>--> <!--</forager>--> <!--</localSearch>--> <!--</solver>--> <!--</solverBenchmark>--> <solverBenchmark> <name>lateAcceptance1000</name> <solver> <customSolverPhase> <customSolverPhaseCommandClass>org.optaplanner.examples.machinereassignment.solver.solution.initializer.MrOriginalMachineSolutionInitializer</customSolverPhaseCommandClass> </customSolverPhase> <localSearch> <unionMoveSelector> <changeMoveSelector> </changeMoveSelector> <swapMoveSelector> </swapMoveSelector> </unionMoveSelector> <acceptor> <lateAcceptanceSize>1000</lateAcceptanceSize> </acceptor> <forager> <acceptedCountLimit>500</acceptedCountLimit> </forager> </localSearch> </solver> </solverBenchmark> <solverBenchmark> <name>lateAcceptance2000</name> <solver> <customSolverPhase> <customSolverPhaseCommandClass>org.optaplanner.examples.machinereassignment.solver.solution.initializer.MrOriginalMachineSolutionInitializer</customSolverPhaseCommandClass> </customSolverPhase> <localSearch> <unionMoveSelector> <changeMoveSelector> </changeMoveSelector> <swapMoveSelector> </swapMoveSelector> </unionMoveSelector> <acceptor> <lateAcceptanceSize>2000</lateAcceptanceSize> </acceptor> <forager> <acceptedCountLimit>500</acceptedCountLimit> </forager> </localSearch> </solver> </solverBenchmark> </plannerBenchmark>