| Modifier and Type | Method and Description | 
|---|---|
ConstructionHeuristicPhase | 
ConstructionHeuristicPhaseConfig.buildPhase(int phaseIndex,
          HeuristicConfigPolicy solverConfigPolicy,
          BestSolutionRecaller bestSolutionRecaller,
          Termination solverTermination)  | 
| Modifier and Type | Method and Description | 
|---|---|
ExhaustiveSearchPhase | 
ExhaustiveSearchPhaseConfig.buildPhase(int phaseIndex,
          HeuristicConfigPolicy solverConfigPolicy,
          BestSolutionRecaller bestSolutionRecaller,
          Termination solverTermination)  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalSearchPhase | 
LocalSearchPhaseConfig.buildPhase(int phaseIndex,
          HeuristicConfigPolicy solverConfigPolicy,
          BestSolutionRecaller bestSolutionRecaller,
          Termination solverTermination)  | 
| Modifier and Type | Method and Description | 
|---|---|
PartitionedSearchPhase | 
PartitionedSearchPhaseConfig.buildPhase(int phaseIndex,
          HeuristicConfigPolicy solverConfigPolicy,
          BestSolutionRecaller bestSolutionRecaller,
          Termination solverTermination)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Phase | 
PhaseConfig.buildPhase(int phaseIndex,
          HeuristicConfigPolicy solverConfigPolicy,
          BestSolutionRecaller bestSolutionRecaller,
          Termination solverTermination)  | 
NoChangePhase | 
NoChangePhaseConfig.buildPhase(int phaseIndex,
          HeuristicConfigPolicy solverConfigPolicy,
          BestSolutionRecaller bestSolutionRecaller,
          Termination solverTermination)  | 
| Modifier and Type | Method and Description | 
|---|---|
CustomPhase | 
CustomPhaseConfig.buildPhase(int phaseIndex,
          HeuristicConfigPolicy solverConfigPolicy,
          BestSolutionRecaller bestSolutionRecaller,
          Termination solverTermination)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected <Solution_> | 
SolverConfig.buildPhaseList(HeuristicConfigPolicy configPolicy,
              BestSolutionRecaller bestSolutionRecaller,
              Termination termination)  | 
| Modifier and Type | Method and Description | 
|---|---|
<Solution_> | 
BestSolutionRecallerConfig.buildBestSolutionRecaller(EnvironmentMode environmentMode)  | 
| Constructor and Description | 
|---|
DefaultConstructionHeuristicPhase(int phaseIndex,
                                 String logIndentation,
                                 BestSolutionRecaller<Solution_> bestSolutionRecaller,
                                 Termination termination)  | 
| Constructor and Description | 
|---|
DefaultExhaustiveSearchPhase(int phaseIndex,
                            String logIndentation,
                            BestSolutionRecaller<Solution_> bestSolutionRecaller,
                            Termination termination)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected BestSolutionRecaller<Solution_> | 
ExhaustiveSearchDecider.bestSolutionRecaller  | 
| Constructor and Description | 
|---|
ExhaustiveSearchDecider(String logIndentation,
                       BestSolutionRecaller<Solution_> bestSolutionRecaller,
                       Termination termination,
                       ManualEntityMimicRecorder manualEntityMimicRecorder,
                       MoveSelector moveSelector,
                       boolean scoreBounderEnabled,
                       ScoreBounder scoreBounder)  | 
| Constructor and Description | 
|---|
DefaultLocalSearchPhase(int phaseIndex,
                       String logIndentation,
                       BestSolutionRecaller<Solution_> bestSolutionRecaller,
                       Termination termination)  | 
| Constructor and Description | 
|---|
DefaultPartitionedSearchPhase(int phaseIndex,
                             String logIndentation,
                             BestSolutionRecaller<Solution_> bestSolutionRecaller,
                             Termination termination,
                             SolutionPartitioner<Solution_> solutionPartitioner,
                             ThreadFactory threadFactory,
                             Integer runnablePartThreadLimit)  | 
PartitionSolver(BestSolutionRecaller<Solution_> bestSolutionRecaller,
               Termination termination,
               List<Phase<Solution_>> phaseList,
               DefaultSolverScope<Solution_> solverScope)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected BestSolutionRecaller<Solution_> | 
AbstractPhase.bestSolutionRecaller  | 
| Constructor and Description | 
|---|
AbstractPhase(int phaseIndex,
             String logIndentation,
             BestSolutionRecaller<Solution_> bestSolutionRecaller,
             Termination termination)  | 
NoChangePhase(int phaseIndex,
             String logIndentation,
             BestSolutionRecaller<Solution_> bestSolutionRecaller,
             Termination termination)  | 
| Constructor and Description | 
|---|
DefaultCustomPhase(int phaseIndex,
                  String logIndentation,
                  BestSolutionRecaller<Solution_> bestSolutionRecaller,
                  Termination termination)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected BestSolutionRecaller<Solution_> | 
AbstractSolver.bestSolutionRecaller  | 
| Modifier and Type | Method and Description | 
|---|---|
BestSolutionRecaller<Solution_> | 
DefaultSolver.getBestSolutionRecaller()  | 
| Constructor and Description | 
|---|
AbstractSolver(BestSolutionRecaller<Solution_> bestSolutionRecaller,
              Termination termination,
              List<Phase<Solution_>> phaseList)  | 
DefaultSolver(EnvironmentMode environmentMode,
             RandomFactory randomFactory,
             BestSolutionRecaller<Solution_> bestSolutionRecaller,
             BasicPlumbingTermination basicPlumbingTermination,
             Termination termination,
             List<Phase<Solution_>> phaseList,
             DefaultSolverScope<Solution_> solverScope)  | 
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.