1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

add new and unique random instance to ensure reproducibility of several run within the same jvm

This commit is contained in:
oblonski 2015-04-24 20:06:49 +02:00
parent 5fb9b3c73d
commit 67dc13d836

View file

@ -19,7 +19,6 @@ import jsprit.core.problem.vehicle.VehicleImpl;
import jsprit.core.util.RandomNumberGeneration;
import jsprit.core.util.Solutions;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import java.util.*;
@ -29,11 +28,7 @@ import java.util.*;
*/
public class JspritTest {
@Before
public void doBefore(){
// RandomNumberGeneration.reset();
}
@Test