OptaPlanner core 6.1.0.Beta4

org.optaplanner.core.impl.constructionheuristic
Interface ConstructionHeuristicPhase

All Superinterfaces:
EventListener, Phase, PhaseLifecycleListener, SolverLifecycleListener
All Known Implementing Classes:
DefaultConstructionHeuristicPhase

public interface ConstructionHeuristicPhase
extends Phase

A ConstructionHeuristicPhase is a Phase which uses a construction heuristic algorithm, such as first fit, best fit decreasing, cheapest insertion, ...

See Also:
Phase, AbstractPhase, DefaultConstructionHeuristicPhase

Method Summary
 
Methods inherited from interface org.optaplanner.core.impl.phase.Phase
addPhaseLifecycleListener, removePhaseLifecycleListener, solve
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 


OptaPlanner core 6.1.0.Beta4

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.