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

#144 - remove deprecated methods

This commit is contained in:
oblonski 2014-12-19 15:04:45 +01:00
parent 600087fd33
commit 13599bae29
9 changed files with 270 additions and 219 deletions

View file

@ -23,7 +23,7 @@
<iterations>2000</iterations>
<construction>
<insertion name="bestInsertion">
<insertion name="regretInsertion">
</insertion>
</construction>
@ -42,7 +42,7 @@
<ruin name="randomRuin">
<share>0.5</share>
</ruin>
<insertion name="bestInsertion"/>
<insertion name="regretInsertion"/>
</module>
</modules>
@ -58,7 +58,7 @@
<ruin id="1" name="radialRuin">
<share>0.3</share>
</ruin>
<insertion name="bestInsertion"/>
<insertion name="regretInsertion"/>
</module>
</modules>
@ -73,7 +73,7 @@
<ruin id="2" name="radialRuin">
<share>0.05</share>
</ruin>
<insertion name="bestInsertion"/>
<insertion name="regretInsertion"/>
</module>
</modules>