Class DepotAngleCustomerDifficultyWeightFactory
- java.lang.Object
-
- org.optaplanner.examples.vehiclerouting.domain.solver.DepotAngleCustomerDifficultyWeightFactory
-
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<VehicleRoutingSolution,Customer>
public class DepotAngleCustomerDifficultyWeightFactory extends Object implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<VehicleRoutingSolution,Customer>
On large datasets, the constructed solution looks like pizza slices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight
-
Constructor Summary
Constructors Constructor Description DepotAngleCustomerDifficultyWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeightcreateSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer)
-
-
-
Method Detail
-
createSorterWeight
public DepotAngleCustomerDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight createSorterWeight(VehicleRoutingSolution vehicleRoutingSolution, Customer customer)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<VehicleRoutingSolution,Customer>
-
-