mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
misc
This commit is contained in:
parent
5593671e7a
commit
050de45d8e
3 changed files with 15 additions and 7 deletions
|
|
@ -99,6 +99,13 @@ public class SchrimpfAcceptance implements SolutionAcceptor, IterationStartsList
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param initialThreshold the initialThreshold to set
|
||||
*/
|
||||
public void setInitialThreshold(double initialThreshold) {
|
||||
this.initialThreshold = initialThreshold;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void informAlgorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, Collection<VehicleRoutingProblemSolution> solutions) {
|
||||
reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue