|
Change Parameter Type step : Move to step : Move<Solution_> in method public setStep(step Move<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Parameter Type foragerClass : Class<? extends Forager> to foragerClass : Class<? extends LocalSearchForager> in method public setForagerClass(foragerClass Class<? extends LocalSearchForager>) : void in class org.optaplanner.core.config.localsearch.decider.forager.LocalSearchForagerConfig |
From |
To |
|
Change Parameter Type move : Move to move : Move<Solution_> in method public setMove(move Move<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |
|
Change Parameter Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in method public decideNextStep(stepScope ConstructionHeuristicStepScope<Solution_>, placement Placement) : void in class org.optaplanner.core.impl.constructionheuristic.decider.ConstructionHeuristicDecider |
From |
To |
|
Change Parameter Type undoStep : Move to undoStep : Move<Solution_> in method public setUndoStep(undoStep Move<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Parameter Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in method public stepStarted(stepScope ConstructionHeuristicStepScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.decider.ConstructionHeuristicDecider |
From |
To |
|
Change Parameter Type forager : Forager to forager : LocalSearchForager in method public LocalSearchDecider(logIndentation String, termination Termination, moveSelector MoveSelector, acceptor Acceptor, forager LocalSearchForager) in class org.optaplanner.core.impl.localsearch.decider.LocalSearchDecider |
From |
To |
|
Change Parameter Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in method public phaseStarted(phaseScope ConstructionHeuristicPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.decider.ConstructionHeuristicDecider |
From |
To |
|
Change Parameter Type decider : ConstructionHeuristicDecider to decider : ConstructionHeuristicDecider<Solution_> in method public setDecider(decider ConstructionHeuristicDecider<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Parameter Type stepScope : ConstructionHeuristicStepScope to stepScope : ConstructionHeuristicStepScope<Solution_> in method public stepEnded(stepScope ConstructionHeuristicStepScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.decider.ConstructionHeuristicDecider |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public solvingStarted(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.decider.ConstructionHeuristicDecider |
From |
To |
|
Change Parameter Type solverScope : DefaultSolverScope to solverScope : DefaultSolverScope<Solution_> in method public solvingEnded(solverScope DefaultSolverScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.decider.ConstructionHeuristicDecider |
From |
To |
|
Change Parameter Type phaseScope : ConstructionHeuristicPhaseScope to phaseScope : ConstructionHeuristicPhaseScope<Solution_> in method public phaseEnded(phaseScope ConstructionHeuristicPhaseScope<Solution_>) : void in class org.optaplanner.core.impl.constructionheuristic.decider.ConstructionHeuristicDecider |
From |
To |
|
Change Return Type Forager to LocalSearchForager in method protected buildForager(configPolicy HeuristicConfigPolicy) : LocalSearchForager in class org.optaplanner.core.config.localsearch.LocalSearchPhaseConfig |
From |
To |
|
Change Return Type ScoreDirector<Solution_> to InnerScoreDirector<Solution_> in method public getScoreDirector() : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |
|
Change Return Type Forager to LocalSearchForager in method public buildForager(configPolicy HeuristicConfigPolicy) : LocalSearchForager in class org.optaplanner.core.config.localsearch.decider.forager.LocalSearchForagerConfig |
From |
To |
|
Change Return Type Class<? extends Forager> to Class<? extends LocalSearchForager> in method public getForagerClass() : Class<? extends LocalSearchForager> in class org.optaplanner.core.config.localsearch.decider.forager.LocalSearchForagerConfig |
From |
To |
|
Change Return Type ScoreDirector<Solution_> to InnerScoreDirector<Solution_> in method public getScoreDirector() : InnerScoreDirector<Solution_> in class org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope |
From |
To |
|
Change Return Type Forager to LocalSearchForager in method public getForager() : LocalSearchForager in class org.optaplanner.core.impl.localsearch.decider.LocalSearchDecider |
From |
To |
|
Change Return Type Move to Move<Solution_> in method public getStep() : Move<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Return Type Move to Move<Solution_> in method public getMove() : Move<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |
|
Change Return Type Move to Move<Solution_> in method public getUndoStep() : Move<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Variable Type forager : Forager to forager : LocalSearchForager in method public pickMoveFirstBestScoreImproving() : void in class org.optaplanner.core.impl.localsearch.decider.forager.AcceptedLocalSearchForagerTest |
From |
To |
|
Change Variable Type scoreDirector : ScoreDirector<Solution_> to scoreDirector : InnerScoreDirector<Solution_> in method protected doMove(moveScope LocalSearchMoveScope<Solution_>) : void in class org.optaplanner.core.impl.localsearch.decider.LocalSearchDecider |
From |
To |
|
Change Variable Type forager : Forager to forager : LocalSearchForager in method private buildDecider(configPolicy HeuristicConfigPolicy, termination Termination) : LocalSearchDecider in class org.optaplanner.core.config.localsearch.LocalSearchPhaseConfig |
From |
To |
|
Change Variable Type forager : Forager to forager : LocalSearchForager in method public pickMoveMaxScoreUnaccepted() : void in class org.optaplanner.core.impl.localsearch.decider.forager.AcceptedLocalSearchForagerTest |
From |
To |
|
Change Variable Type forager : Forager to forager : LocalSearchForager in method public pickMoveFirstLastStepScoreImproving() : void in class org.optaplanner.core.impl.localsearch.decider.forager.AcceptedLocalSearchForagerTest |
From |
To |
|
Change Variable Type forager : Forager to forager : LocalSearchForager in method public pickMoveAcceptedBreakTieFirst() : void in class org.optaplanner.core.impl.localsearch.decider.forager.AcceptedLocalSearchForagerTest |
From |
To |
|
Change Variable Type forager : Forager to forager : LocalSearchForager in method public pickMoveAcceptedBreakTieRandomly() : void in class org.optaplanner.core.impl.localsearch.decider.forager.AcceptedLocalSearchForagerTest |
From |
To |
|
Change Variable Type forager : Forager to forager : LocalSearchForager in method public pickMoveMaxScoreAccepted() : void in class org.optaplanner.core.impl.localsearch.decider.forager.AcceptedLocalSearchForagerTest |
From |
To |
|
Change Attribute Type step : Move to step : Move<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Attribute Type forager : Forager to forager : LocalSearchForager in class org.optaplanner.core.impl.localsearch.decider.LocalSearchDecider |
From |
To |
|
Change Attribute Type decider : ConstructionHeuristicDecider to decider : ConstructionHeuristicDecider<Solution_> in class org.optaplanner.core.impl.constructionheuristic.DefaultConstructionHeuristicPhase |
From |
To |
|
Change Attribute Type foragerClass : Class<? extends Forager> to foragerClass : Class<? extends LocalSearchForager> in class org.optaplanner.core.config.localsearch.decider.forager.LocalSearchForagerConfig |
From |
To |
|
Change Attribute Type undoStep : Move to undoStep : Move<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicStepScope |
From |
To |
|
Change Attribute Type move : Move to move : Move<Solution_> in class org.optaplanner.core.impl.constructionheuristic.scope.ConstructionHeuristicMoveScope |
From |
To |