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

1168 commits

Author SHA1 Message Date
oblonski
022e654ba7 removed .setShowFirstActivity(..) since it is now default and cannot be
disabled
2014-05-08 11:38:42 +02:00
oblonski
0e17a93506 cleaned and redesigned analysis.toolbox.Plotter according to #59 2014-05-08 11:37:42 +02:00
jsprit
1f2e15a6d9 Update MultipleDepotWithInitialRoutesExample.java 2014-05-07 10:33:48 +02:00
oblonski
231435bbcf added resources and integration test
test.java....core.algorithm.PickupsAndDeliveries_IT to test components
on pd-problems
2014-05-07 10:02:01 +02:00
oblonski
40a1e45a0d modified method .plotShipments(..) in analysis.toolbox.Plotter to allow
chaining
2014-05-07 10:00:02 +02:00
oblonski
0bcfc142d5 added input-file for example 2014-04-25 23:38:27 +02:00
oblonski
a5d4d21909 added examples.MultipleDepotWithInitialRoutesExample to illustrate
initialRoutes
2014-04-25 23:37:51 +02:00
oblonski
3a72078133 adjusted unit-test 2014-04-25 23:36:47 +02:00
oblonski
6429b500d0 added unit-test testing core.problem.VehicleRoutingProblem 2014-04-25 23:36:27 +02:00
oblonski
b92533edaf added .newInstance(..) factory-method in
core.problem.solution.route.VehicleRoute.Builder to construct a builder
without defining Driver
2014-04-25 23:35:41 +02:00
oblonski
a0d6ddbc5c adjusted
test...core.algorithm.recreate.CalcVehicleTypeDependentServiceInsertionTest
to changes in class to be tested
2014-04-25 23:34:05 +02:00
oblonski
eaa0a9e5e4 modified core.problem.VehicleRoutingProblem.Builder to deal with jobs
being part of initial routes

i.e. these jobs do not appear in jobMap of problem since they are not
variable anymore
2014-04-25 23:32:29 +02:00
oblonski
5327cf11ba hard-coded constraint that a vehicle having an initial route cannot be
switched
2014-04-25 23:29:55 +02:00
oblonski
cea63fd5cc added chaining capabilities to analysis.toolbox.Plotter.java 2014-04-25 23:28:26 +02:00
oblonski
d017b7c7e1 added resource to test core.problem.io.VrpXMLWriter.java 2014-04-23 14:18:53 +02:00
oblonski
5e3353e889 adjusted test.java.core.algorithm.BuildCVRPAlgoFromScratch_IT.java 2014-04-23 14:18:06 +02:00
oblonski
b1c3231991 tested core.problem.io.VrpXMLWriter.java to write initialRoutes
correctly
2014-04-23 14:15:03 +02:00
oblonski
601f485b32 added test/resource/finiteVrpWithInitialSolutionForWriterTest.xml to
test core.problem.io.VrpXMLWriter.java to write initialRoutes correctly
2014-04-23 14:14:27 +02:00
oblonski
75108ffc90 made test testing core.problem.io.VrpXMLReader.java to read
initialRoutes working
2014-04-22 20:36:32 +02:00
oblonski
26ad6addf6 made core.problem.io.VrpXMLReader.java read initialRoutes 2014-04-22 16:29:54 +02:00
oblonski
a2ae693544 renamed core.problem.io.VrpReaderV2Test.java to .VrpXMLReaderTest.java
and added tests to test initialRoutes
2014-04-21 18:36:41 +02:00
oblonski
65b8fbd0dc renamed core.problem.io.VrpWriterV2Test.java to .VrpXMLWriterTest.java 2014-04-21 18:35:46 +02:00
oblonski
8a2589e4f0 renamed test-resource 2014-04-21 18:34:01 +02:00
oblonski
7c9045eead added test-resources 2014-04-21 18:33:17 +02:00
oblonski
93d3ac4154 updated imports in core.algorithm.io.VehicleRoutinAlgorithms.java 2014-04-21 17:16:20 +02:00
oblonski
4853305aba remove VrpVerifier from core.algorithm.io.VehicleRoutingAlgorithms.java 2014-04-21 17:13:04 +02:00
oblonski
48212569c4 added methods to easily add initial routes to
core.problem.VehicleRoutingProblem.java
2014-04-21 17:12:10 +02:00
oblonski
bd5adcd0f1 consider initial routes when calculating initial solution 2014-04-21 17:11:20 +02:00
oblonski
b8ef9a55a1 make Plotter plot initial routes 2014-04-21 17:10:43 +02:00
oblonski
d11e11fc8d added pdb author to core.util.Resource.java 2014-04-16 18:58:24 +02:00
jsprit
b54daca531 Merge pull request #94 from pierredavidbelanger/resource-loading-fix
fix in Resource loading utils class to avoid using the filesystem
2014-04-16 18:26:59 +02:00
oblonski
407178b9c3 added examples illustrating the use of
analysis.toolbox.ComputationalLaboratory.java
2014-04-16 14:03:23 +02:00
oblonski
e9f36b99dd added methods to memorize solutions in
analysis.toolbox.ComputationalLaboratory.DataCollector.java
2014-04-16 14:02:40 +02:00
Pierre-David Bélanger
e7edd6081a fix in Resource loading utils class to avoid using the filesystem 2014-04-15 19:52:08 -04:00
oblonski
cdbdd23583 bugfix #92 2014-04-15 19:47:17 +02:00
oblonski
5720a0eae2 added examples to illustrate
analysis.toolbox.ComputationalLaborator.java
2014-04-15 13:22:47 +02:00
oblonski
514d81713f changed alpha from 0.05 to 0.1 2014-04-15 13:22:04 +02:00
oblonski
bdda744b14 added getters to analysis.toolbox.ComputationalLaboratory.class to get
algorithm- and instanceNames
2014-04-15 13:21:41 +02:00
oblonski
21ab39013c renamed analysis.toolbox/AlgorithmSearchProgressChartBuilder.java to
analysis.toolbox.XYLineChartBuilder.java
2014-04-14 13:01:51 +02:00
oblonski
6ac7b39367 Merge branch 'master' of https://github.com/jsprit/jsprit.git 2014-04-14 12:44:38 +02:00
oblonski
98920bba00 refined, simplified, accelerated and documented
analysis.toolbox.ComputationalLaboratory.java
2014-04-14 12:39:45 +02:00
oblonski
c3043a7431 simplified analysis.toolbox.AlgorithmSearchProgressChartListener.java
with analysis.toolbox.AlgorithmSearchProgressChartBuilder.java
2014-04-14 12:37:58 +02:00
oblonski
db4c6f0784 added analysis.toolbox.AlgorithmSearchProgressChartBuilder.java to
create xyLineCharts with an arbitrary number of xySeries
2014-04-14 12:36:40 +02:00
oblonski
513ef26c9a updated javadocs in core.algorithm.termination.TimeTermination.class 2014-04-14 12:35:26 +02:00
jsprit
5264122d7c Update README.md 2014-04-12 14:50:19 +02:00
jsprit
89db60f302 Update README.md 2014-04-12 14:41:48 +02:00
oblonski
7d62b38c67 Merge branch 'master' of https://github.com/jsprit/jsprit.git 2014-04-10 10:10:25 +02:00
oblonski
1b01f141ce bugfix issue #91 - defined yAxis.rangeValues in case of no range in
analysis.toolbox.AlgorithmSearchProgressChartListener.java
2014-04-10 10:10:09 +02:00
jsprit
367776bc0e Update README.md 2014-04-08 12:10:20 +02:00
jsprit
078c59e644 Update README.md 2014-04-08 12:09:24 +02:00