| 
 | OptaPlanner core 6.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Phase in org.optaplanner.core.config.phase | 
|---|
| Methods in org.optaplanner.core.config.phase that return Phase | |
|---|---|
| abstract  Phase | PhaseConfig.buildPhase(int phaseIndex,
           HeuristicConfigPolicy solverConfigPolicy,
           BestSolutionRecaller bestSolutionRecaller,
           Termination solverTermination) | 
| Uses of Phase in org.optaplanner.core.impl.constructionheuristic | 
|---|
| Subinterfaces of Phase in org.optaplanner.core.impl.constructionheuristic | |
|---|---|
|  interface | ConstructionHeuristicPhaseA ConstructionHeuristicPhaseis aPhasewhich uses a construction heuristic algorithm,
 such as First Fit, First Fit Decreasing, Cheapest Insertion, ... | 
| Classes in org.optaplanner.core.impl.constructionheuristic that implement Phase | |
|---|---|
|  class | DefaultConstructionHeuristicPhaseDefault implementation of ConstructionHeuristicPhase. | 
| Uses of Phase in org.optaplanner.core.impl.exhaustivesearch | 
|---|
| Subinterfaces of Phase in org.optaplanner.core.impl.exhaustivesearch | |
|---|---|
|  interface | ExhaustiveSearchPhaseA ExhaustiveSearchPhaseis aPhasewhich uses an exhaustive algorithm. | 
| Classes in org.optaplanner.core.impl.exhaustivesearch that implement Phase | |
|---|---|
|  class | DefaultExhaustiveSearchPhaseDefault implementation of ExhaustiveSearchPhase. | 
| Uses of Phase in org.optaplanner.core.impl.localsearch | 
|---|
| Subinterfaces of Phase in org.optaplanner.core.impl.localsearch | |
|---|---|
|  interface | LocalSearchPhaseA LocalSearchPhaseis aPhasewhich uses a local search algorithm,
 such as tabu search, simulated annealing, ... | 
| Classes in org.optaplanner.core.impl.localsearch that implement Phase | |
|---|---|
|  class | DefaultLocalSearchPhaseDefault implementation of LocalSearchPhase. | 
| Uses of Phase in org.optaplanner.core.impl.phase | 
|---|
| Classes in org.optaplanner.core.impl.phase that implement Phase | |
|---|---|
|  class | AbstractPhase | 
| Uses of Phase in org.optaplanner.core.impl.phase.custom | 
|---|
| Subinterfaces of Phase in org.optaplanner.core.impl.phase.custom | |
|---|---|
|  interface | CustomPhaseA CustomPhaseis aPhasewhich uses the brute force algorithm | 
| Classes in org.optaplanner.core.impl.phase.custom that implement Phase | |
|---|---|
|  class | DefaultCustomPhaseDefault implementation of CustomPhase. | 
| Uses of Phase in org.optaplanner.core.impl.solver | 
|---|
| Fields in org.optaplanner.core.impl.solver with type parameters of type Phase | |
|---|---|
| protected  List<Phase> | DefaultSolver.phaseList | 
| Methods in org.optaplanner.core.impl.solver that return types with arguments of type Phase | |
|---|---|
|  List<Phase> | DefaultSolver.getPhaseList() | 
| Method parameters in org.optaplanner.core.impl.solver with type arguments of type Phase | |
|---|---|
|  void | DefaultSolver.setPhaseList(List<Phase> phaseList) | 
| 
 | OptaPlanner core 6.1.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||