Modifier and Type | Method and Description |
---|---|
abstract SolverPhase |
SolverPhaseConfig.buildSolverPhase(int phaseIndex,
HeuristicConfigPolicy solverConfigPolicy,
Termination solverTermination) |
Modifier and Type | Interface and Description |
---|---|
interface |
BruteForceSolverPhase
A
BruteForceSolverPhase is a SolverPhase which uses the brute force algorithm. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBruteForceSolverPhase
Default implementation of
BruteForceSolverPhase . |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructionHeuristicSolverPhase
A
ConstructionHeuristicSolverPhase is a SolverPhase which uses a construction heuristic algorithm,
such as first fit, best fit decreasing, cheapest insertion, ... |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConstructionHeuristicSolverPhase
Default implementation of
ConstructionHeuristicSolverPhase . |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalSearchSolverPhase
A
LocalSearchSolverPhase is a SolverPhase which uses a local search algorithm,
such as tabu search, simulated annealing, ... |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocalSearchSolverPhase
Default implementation of
LocalSearchSolverPhase . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSolverPhase |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomSolverPhase
A
CustomSolverPhase is a SolverPhase which uses the brute force algorithm |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCustomSolverPhase
Default implementation of
CustomSolverPhase . |
Modifier and Type | Field and Description |
---|---|
protected List<SolverPhase> |
DefaultSolver.solverPhaseList |
Modifier and Type | Method and Description |
---|---|
List<SolverPhase> |
DefaultSolver.getSolverPhaseList() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSolver.setSolverPhaseList(List<SolverPhase> solverPhaseList) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.