1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
This commit is contained in:
oblonski 2016-05-09 22:29:48 +02:00
parent c4c7de152f
commit ee3b1589ba
73 changed files with 223 additions and 211 deletions

View file

@ -30,7 +30,7 @@ import java.util.Collection;
/**
* VehicleRoutingAlgorithm-Listener to record the solution-search-progress.
* <p/>
* <p>
* <p>Register this listener in VehicleRoutingAlgorithm.
*
* @author stefan schroeder

View file

@ -39,7 +39,7 @@ public class ComputationalLaboratory {
/**
* Listener-interface to listen to calculation.
* <p/>
* <p>
* <p>Note that calculations are run concurrently, i.e. a unique task that is distributed to an available thread is
* {algorithm, instance, run}.
*
@ -381,7 +381,7 @@ public class ComputationalLaboratory {
/**
* Runs experiments.
* <p/>
* <p>
* <p>If nuThreads > 1 it runs them concurrently, i.e. individual runs are distributed to available threads. Therefore
* a unique task is defined by its algorithmName, instanceName and its runNumber.
* <p>If you have one algorithm called "myAlgorithm" and one instance called "myInstance", and you need to run "myAlgorithm" on "myInstance" three times

View file

@ -302,7 +302,7 @@ public class GraphStreamViewer {
/**
* Sets the camera-view. Center describes the center-focus of the camera and zoomFactor its
* zoomFactor.
* <p/>
* <p>
* <p>a zoomFactor < 1 zooms in and > 1 out.
*
* @param centerX x coordinate of center