Class PartitionChangeMove<Solution_>

java.lang.Object
org.optaplanner.core.impl.heuristic.move.AbstractMove<Solution_>
org.optaplanner.core.impl.partitionedsearch.scope.PartitionChangeMove<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
Move<Solution_>

public final class PartitionChangeMove<Solution_> extends AbstractMove<Solution_>
Applies a new best solution from a partition child solver into the global working solution of the parent solver.