|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DefaultSolverScope in org.drools.planner.core.bestsolution |
|---|
| Methods in org.drools.planner.core.bestsolution with parameters of type DefaultSolverScope | |
|---|---|
void |
BestSolutionRecaller.solvingEnded(DefaultSolverScope solverScope)
|
void |
BestSolutionRecaller.solvingStarted(DefaultSolverScope solverScope)
|
| Uses of DefaultSolverScope in org.drools.planner.core.bruteforce |
|---|
| Methods in org.drools.planner.core.bruteforce with parameters of type DefaultSolverScope | |
|---|---|
void |
DefaultBruteForceSolverPhase.solve(DefaultSolverScope solverScope)
|
| Constructors in org.drools.planner.core.bruteforce with parameters of type DefaultSolverScope | |
|---|---|
BruteForceSolverPhaseScope(DefaultSolverScope solverScope)
|
|
| Uses of DefaultSolverScope in org.drools.planner.core.constructionheuristic.greedyFit |
|---|
| Methods in org.drools.planner.core.constructionheuristic.greedyFit with parameters of type DefaultSolverScope | |
|---|---|
void |
DefaultGreedyFitSolverPhase.solve(DefaultSolverScope solverScope)
|
| Constructors in org.drools.planner.core.constructionheuristic.greedyFit with parameters of type DefaultSolverScope | |
|---|---|
GreedyFitSolverPhaseScope(DefaultSolverScope solverScope)
|
|
| Uses of DefaultSolverScope in org.drools.planner.core.localsearch |
|---|
| Methods in org.drools.planner.core.localsearch with parameters of type DefaultSolverScope | |
|---|---|
void |
DefaultLocalSearchSolverPhase.solve(DefaultSolverScope solverScope)
|
| Constructors in org.drools.planner.core.localsearch with parameters of type DefaultSolverScope | |
|---|---|
LocalSearchSolverPhaseScope(DefaultSolverScope solverScope)
|
|
| Uses of DefaultSolverScope in org.drools.planner.core.phase |
|---|
| Fields in org.drools.planner.core.phase declared as DefaultSolverScope | |
|---|---|
protected DefaultSolverScope |
AbstractSolverPhaseScope.solverScope
|
| Methods in org.drools.planner.core.phase that return DefaultSolverScope | |
|---|---|
DefaultSolverScope |
AbstractSolverPhaseScope.getSolverScope()
|
| Methods in org.drools.planner.core.phase with parameters of type DefaultSolverScope | |
|---|---|
void |
SolverPhase.solve(DefaultSolverScope solverScope)
|
| Constructors in org.drools.planner.core.phase with parameters of type DefaultSolverScope | |
|---|---|
AbstractSolverPhaseScope(DefaultSolverScope solverScope)
|
|
| Uses of DefaultSolverScope in org.drools.planner.core.phase.custom |
|---|
| Methods in org.drools.planner.core.phase.custom with parameters of type DefaultSolverScope | |
|---|---|
void |
DefaultCustomSolverPhase.solve(DefaultSolverScope solverScope)
|
| Constructors in org.drools.planner.core.phase.custom with parameters of type DefaultSolverScope | |
|---|---|
CustomSolverPhaseScope(DefaultSolverScope solverScope)
|
|
| Uses of DefaultSolverScope in org.drools.planner.core.solver |
|---|
| Fields in org.drools.planner.core.solver declared as DefaultSolverScope | |
|---|---|
protected DefaultSolverScope |
DefaultSolver.solverScope
|
| Methods in org.drools.planner.core.solver that return DefaultSolverScope | |
|---|---|
DefaultSolverScope |
DefaultSolver.getSolverScope()
|
| Methods in org.drools.planner.core.solver with parameters of type DefaultSolverScope | |
|---|---|
double |
BasicPlumbingTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
|
boolean |
BasicPlumbingTermination.isSolverTerminated(DefaultSolverScope solverScope)
|
void |
DefaultSolver.solvingEnded(DefaultSolverScope solverScope)
|
void |
DefaultSolver.solvingStarted(DefaultSolverScope solverScope)
|
| Uses of DefaultSolverScope in org.drools.planner.core.solver.event |
|---|
| Methods in org.drools.planner.core.solver.event with parameters of type DefaultSolverScope | |
|---|---|
void |
SolverLifecycleListener.solvingEnded(DefaultSolverScope solverScope)
|
void |
SolverLifecycleListener.solvingStarted(DefaultSolverScope solverScope)
|
| Uses of DefaultSolverScope in org.drools.planner.core.termination |
|---|
| Methods in org.drools.planner.core.termination with parameters of type DefaultSolverScope | |
|---|---|
double |
UnimprovedStepCountTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
|
double |
TimeMillisSpendTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
|
double |
Termination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
A timeGradient is a relative estimate of how long the search will continue. |
double |
StepCountTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
|
double |
ScoreAttainedTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
|
double |
PhaseToSolverTerminationBridge.calculateSolverTimeGradient(DefaultSolverScope solverScope)
|
double |
OrCompositeTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
Calculates the minimum timeGradient of all Terminations. |
double |
AndCompositeTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
Calculates the minimum timeGradient of all Terminations. |
boolean |
UnimprovedStepCountTermination.isSolverTerminated(DefaultSolverScope solverScope)
|
boolean |
TimeMillisSpendTermination.isSolverTerminated(DefaultSolverScope solverScope)
|
boolean |
Termination.isSolverTerminated(DefaultSolverScope solverScope)
Called by the Solver after every phase to determine if the search should stop. |
boolean |
StepCountTermination.isSolverTerminated(DefaultSolverScope solverScope)
|
boolean |
ScoreAttainedTermination.isSolverTerminated(DefaultSolverScope solverScope)
|
boolean |
PhaseToSolverTerminationBridge.isSolverTerminated(DefaultSolverScope solverScope)
|
boolean |
OrCompositeTermination.isSolverTerminated(DefaultSolverScope solverScope)
|
boolean |
AndCompositeTermination.isSolverTerminated(DefaultSolverScope solverScope)
|
void |
AbstractTermination.solvingEnded(DefaultSolverScope solverScope)
|
void |
AbstractCompositeTermination.solvingEnded(DefaultSolverScope solverScope)
|
void |
AbstractTermination.solvingStarted(DefaultSolverScope solverScope)
|
void |
AbstractCompositeTermination.solvingStarted(DefaultSolverScope solverScope)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||