| Modifier and Type | Method and Description |
|---|---|
abstract Phase |
PhaseConfig.buildPhase(int phaseIndex,
HeuristicConfigPolicy solverConfigPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination solverTermination) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Phase> |
SolverConfig.buildPhaseList(HeuristicConfigPolicy configPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination termination) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstructionHeuristicPhase
A
ConstructionHeuristicPhase is a Phase which uses a construction heuristic algorithm,
such as First Fit, First Fit Decreasing, Cheapest Insertion, ... |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConstructionHeuristicPhase
Default implementation of
ConstructionHeuristicPhase. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExhaustiveSearchPhase
A
ExhaustiveSearchPhase is a Phase which uses an exhaustive algorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExhaustiveSearchPhase
Default implementation of
ExhaustiveSearchPhase. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocalSearchPhase
A
LocalSearchPhase is a Phase which uses a local search algorithm,
such as tabu search, simulated annealing, ... |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLocalSearchPhase
Default implementation of
LocalSearchPhase. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPhase |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomPhase
A
CustomPhase is a Phase which uses the brute force algorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCustomPhase
Default implementation of
CustomPhase. |
| Modifier and Type | Field and Description |
|---|---|
protected List<Phase> |
DefaultSolver.phaseList |
| Modifier and Type | Method and Description |
|---|---|
List<Phase> |
DefaultSolver.getPhaseList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSolver.setPhaseList(List<Phase> phaseList) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.