Class InvestmentAllocationSolutionInitializer
- java.lang.Object
-
- org.optaplanner.examples.investment.solver.solution.initializer.InvestmentAllocationSolutionInitializer
-
- All Implemented Interfaces:
org.optaplanner.core.impl.phase.custom.CustomPhaseCommand<InvestmentSolution>
public class InvestmentAllocationSolutionInitializer extends Object implements org.optaplanner.core.impl.phase.custom.CustomPhaseCommand<InvestmentSolution>
-
-
Constructor Summary
Constructors Constructor Description InvestmentAllocationSolutionInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeWorkingSolution(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)
-
-
-
Method Detail
-
changeWorkingSolution
public void changeWorkingSolution(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)
- Specified by:
changeWorkingSolutionin interfaceorg.optaplanner.core.impl.phase.custom.CustomPhaseCommand<InvestmentSolution>
-
-