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

486 commits

Author SHA1 Message Date
oblonski
c2b5046178 clear state maps in StateManager 2014-09-25 11:35:13 +02:00
oblonski
a47bd7c694 fix bug #134 2014-09-25 10:28:46 +02:00
oblonski
5a939e1252 improve log in core.algorithm.VehicleRoutingAlgorithm 2014-09-24 11:49:19 +02:00
oblonski
db12002777 add javadoc to algorithm.state.StateManager 2014-09-24 09:55:50 +02:00
oblonski
b36679452f add javadoc to core.problem.Capacity 2014-09-23 22:18:48 +02:00
oblonski
fe7ad0d316 simplify VehicleRoute.Builder by adding .addPickup(Pickup) and .addDelivery(Delivery) 2014-09-22 05:45:49 +02:00
oblonski
f961fa8971 fix bug #131 2014-09-17 20:47:58 +02:00
oblonski
4d8b4a6273 add multiple termination criteria 2014-09-15 08:26:12 +02:00
oblonski
c75d3d5cc2 add multiple termination criteria 2014-09-14 20:09:09 +02:00
oblonski
a94a492004 make GraphStreamView label times and job names
parse seconds to time string
2014-09-08 07:21:08 +02:00
oblonski
e65d36d784 rename core.problem.constraint.HardActivityStateLevelConstraint to HardActivityConstraint
rename core.problem.constraint.HardRouteStateLevelConstraint to HardRouteConstraint
2014-09-05 16:38:58 +02:00
oblonski
dd2c7625b4 move core.problem.misc.JobInsertionContext.ActivityContext to new type 2014-09-04 19:19:49 +02:00
oblonski
b4e5ce888c add javadoc (feature #127) 2014-09-04 18:48:52 +02:00
oblonski
d80f6bcd6d add feature #127 2014-09-04 18:04:39 +02:00
oblonski
afe98c1051 replace get/setDeliveryLocation(...) with get/setDeliveryLocationId(...)
replace get/setPickupLocation(...) with get/setPickupLocationId(...)
2014-09-04 14:02:43 +02:00
oblonski
9971d3d349 add and test feature #127 2014-09-04 12:45:54 +02:00
oblonski
7be8a408f1 memorize overall best (#124, #125) 2014-08-28 20:18:13 +02:00
oblonski
86cd1bb0d7 bugfix #128 2014-08-28 06:27:52 +02:00
oblonski
725e95414f bugfix #128 2014-08-28 06:21:26 +02:00
oblonski
55ffe3970f add javadoc to acceptors 2014-08-28 05:55:54 +02:00
oblonski
759359b702 adapt examples to head of development 2014-08-26 21:38:32 +02:00
oblonski
264dafd06a Merge branch 'bad-job-list' 2014-08-26 20:35:14 +02:00
oblonski
1540f35cbb replace old GPL header with new LGPL header (#126) 2014-08-26 19:37:29 +02:00
oblonski
5bc63953dc remove old GPL header (#126) 2014-08-26 15:32:18 +02:00
oblonski
568d16d699 read/write unassignedJobs 2014-08-26 15:01:02 +02:00
oblonski
bef5f4ca53 document core.algorithm.termination.VariationCoefficientTermination 2014-08-14 00:43:44 +02:00
oblonski
ec4a899938 document core.algorithm.termination.VariationCoefficientTermination 2014-08-14 00:42:48 +02:00
oblonski
dce8019b80 clean, test and document core.algorithm.termination.IterationWithoutImprovementTermination 2014-08-12 12:45:33 +02:00
oblonski
e198f71600 clean and document core.algorithm.termination.TimeTermination 2014-08-12 10:17:41 +02:00
oblonski
c832364557 modify core.reporting.SolutionPrinter to print unassignedJobs 2014-08-11 23:21:30 +02:00
oblonski
b7b0ff650c rename badJob into unassignedJob 2014-08-11 23:00:43 +02:00
oblonski
322d1d7d13 add bad job list 2014-08-09 23:32:03 +02:00
oblonski
c3155a0938 add bad job list 2014-08-09 23:17:41 +02:00
oblonski
62331ccfd9 add bad job list 2014-08-09 22:48:51 +02:00
oblonski
632a889c4b add and test core.algorithm.VehicleRoutingAlgorithm.setMaxIterations(...) and .getMaxIterations()
deprecate .setNuOfIterations(...) and .getNuOfIterations()
2014-08-08 08:50:49 +02:00
jsprit
f1a8bacfe2 Merge pull request #118 from pierredavidbelanger/readAndCreateAlgorithm-new-signatures-with-nThreads
new signatures of the VehicleRoutingAlgorithms.createAlgorithm method th...
2014-08-07 08:51:01 +02:00
Pierre-David Bélanger
3828bd0cb6 new signatures of the VehicleRoutingAlgorithms.createAlgorithm method that allow one to specify the nThreads with AlgorithmConfig algorithmConfig or URL configURL 2014-07-30 23:21:03 -04:00
Pierre-David Bélanger
e1d5f3165a Fix a bug where one gets an error message (solutionSelector is not know. Currently, it only knows "selectRandom" and "selectBest") when he uses selectRandomly as a selector. But selectRandom is not a valid enumeration in the selectorType restriction in the algorithm_schema.xsd. 2014-07-30 22:48:34 -04:00
oblonski
58c9030b8a fixed bug #112 and #114 2014-07-30 12:18:56 +02:00
oblonski
bca9323c67 fixed bug #112 2014-07-30 11:07:44 +02:00
oblonski
fee2a396d9 reproduced bug #112 2014-07-30 10:46:04 +02:00
oblonski
c32507329d reproduced bug #112 2014-07-30 10:08:29 +02:00
oblonski
63cd55ebb7 added javadocs 2014-07-29 20:36:37 +02:00
oblonski
3786f8e977 added skill reader/writer 2014-07-29 20:04:47 +02:00
oblonski
f56d735b83 added skills 2014-07-29 14:02:14 +02:00
oblonski
ea7407d936 added skills 2014-07-29 13:54:11 +02:00
oblonski
b991793aba removed addConstraint in core.problem.VehicleRoutingProblem 2014-07-29 12:25:27 +02:00
oblonski
a472f282c9 cleaned core.algorithm.state.StateManager 2014-07-29 11:45:26 +02:00
oblonski
c04d3acd51 merged skills 2014-07-29 11:35:40 +02:00
oblonski
9c4bd498c4 merged skills 2014-07-29 11:28:18 +02:00