mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
remove NoiseMaker to util
This commit is contained in:
parent
1488502f65
commit
ecd3ff9552
3 changed files with 55 additions and 36 deletions
|
|
@ -20,6 +20,7 @@ import jsprit.core.algorithm.recreate.InsertionData.NoInsertionFound;
|
|||
import jsprit.core.problem.VehicleRoutingProblem;
|
||||
import jsprit.core.problem.job.Job;
|
||||
import jsprit.core.problem.solution.route.VehicleRoute;
|
||||
import jsprit.core.util.NoiseMaker;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
package jsprit.core.algorithm.recreate;
|
||||
|
||||
/**
|
||||
* Created by schroeder on 06/01/15.
|
||||
*/
|
||||
public interface NoiseMaker {
|
||||
|
||||
public double makeNoise();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue