|
OptaPlanner core 6.2.0.CR3 | |||||||||
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 |
ConstructionHeuristicPhase
A ConstructionHeuristicPhase is a Phase which 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 |
DefaultConstructionHeuristicPhase
Default implementation of ConstructionHeuristicPhase . |
Uses of Phase in org.optaplanner.core.impl.exhaustivesearch |
---|
Subinterfaces of Phase in org.optaplanner.core.impl.exhaustivesearch | |
---|---|
interface |
ExhaustiveSearchPhase
A ExhaustiveSearchPhase is a Phase which uses an exhaustive algorithm. |
Classes in org.optaplanner.core.impl.exhaustivesearch that implement Phase | |
---|---|
class |
DefaultExhaustiveSearchPhase
Default implementation of ExhaustiveSearchPhase . |
Uses of Phase in org.optaplanner.core.impl.localsearch |
---|
Subinterfaces of Phase in org.optaplanner.core.impl.localsearch | |
---|---|
interface |
LocalSearchPhase
A LocalSearchPhase is a Phase which uses a local search algorithm,
such as tabu search, simulated annealing, ... |
Classes in org.optaplanner.core.impl.localsearch that implement Phase | |
---|---|
class |
DefaultLocalSearchPhase
Default 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 |
CustomPhase
A CustomPhase is a Phase which uses the brute force algorithm |
Classes in org.optaplanner.core.impl.phase.custom that implement Phase | |
---|---|
class |
DefaultCustomPhase
Default 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.2.0.CR3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |