All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.planner.examples.nurserostering.benchmark.nurseRosteringSprintSolverBenchmarkConfig.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<solverBenchmarkSuite>
  <benchmarkDirectory>local/data/nurserostering</benchmarkDirectory>
  <solverStatisticType>BEST_SOLUTION_CHANGED</solverStatisticType>
  <warmUpSecondsSpend>30</warmUpSecondsSpend>

  <inheritedSolverBenchmark>
    <unsolvedSolutionFile>data/nurserostering/unsolved/sprint01.xml</unsolvedSolutionFile>
    <unsolvedSolutionFile>data/nurserostering/unsolved/sprint02.xml</unsolvedSolutionFile>
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint03.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint04.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint05.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint06.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint07.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint08.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint09.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint10.xml</unsolvedSolutionFile>-->
    <unsolvedSolutionFile>data/nurserostering/unsolved/sprint_hint01.xml</unsolvedSolutionFile>
    <unsolvedSolutionFile>data/nurserostering/unsolved/sprint_hint02.xml</unsolvedSolutionFile>
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_hint03.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late01.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late02.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late03.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late04.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late05.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late06.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late07.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late08.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late09.xml</unsolvedSolutionFile>-->
    <!--<unsolvedSolutionFile>data/nurserostering/unsolved/sprint_late10.xml</unsolvedSolutionFile>-->

    <solver>
      <solutionClass>org.drools.planner.examples.nurserostering.domain.NurseRoster</solutionClass>
      <planningEntityClass>org.drools.planner.examples.nurserostering.domain.ShiftAssignment</planningEntityClass>
      <scoreDrl>/org/drools/planner/examples/nurserostering/solver/nurseRosteringScoreRules.drl</scoreDrl>
      <scoreDefinition>
        <scoreDefinitionType>HARD_AND_SOFT</scoreDefinitionType>
      </scoreDefinition>
      <termination>
        <!--
          Official benchmark maximumSecondsSpend allowed on:
          - ge0ffrey's main pc: sprint 11, medium 700, long 42000
        -->
        <maximumSecondsSpend>11</maximumSecondsSpend>
      </termination>
      <constructionHeuristic>
        <constructionHeuristicType>BEST_FIT</constructionHeuristicType>
      </constructionHeuristic>
    </solver>
  </inheritedSolverBenchmark>

  <solverBenchmark>
    <name>pillarPart210</name>
    <solver>
      <localSearch>
        <selector>
          <selector>
            <moveFactoryClass>org.drools.planner.examples.nurserostering.solver.move.factory.EmployeeChangeMoveFactory</moveFactoryClass>
          </selector>
          <selector>
            <moveFactoryClass>org.drools.planner.examples.nurserostering.solver.move.factory.ShiftAssignmentSwitchMoveFactory</moveFactoryClass>
          </selector>
          <selector>
            <moveFactoryClass>org.drools.planner.examples.nurserostering.solver.move.factory.ShiftAssignmentPillarPartSwitchMoveFactory</moveFactoryClass>
          </selector>
        </selector>
        <acceptor>
          <completeSolutionTabuSize>1000</completeSolutionTabuSize>
          <completePropertyTabuSize>11</completePropertyTabuSize>
        </acceptor>
        <forager>
          <minimalAcceptedSelection>210</minimalAcceptedSelection>
        </forager>
      </localSearch>
    </solver>
  </solverBenchmark>
</solverBenchmarkSuite>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy