mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
cb405a83f5
commit
a4406ef786
1 changed files with 10 additions and 10 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -7,20 +7,20 @@ Change-log
|
||||||
|
|
||||||
**v0.0.4** @ 2013-10-17
|
**v0.0.4** @ 2013-10-17
|
||||||
|
|
||||||
- A number of internal improvements
|
- a number of internal improvements
|
||||||
- License change from GPLv2 to LGPLv3
|
- license change from GPLv2 to LGPLv3
|
||||||
- Add premature algorithm termination: PrematureAlgorithmBreaker.java and its implementations
|
- add premature algorithm termination: PrematureAlgorithmBreaker.java and its implementations
|
||||||
- SearchStrategy.java: public SearchStrategy(SolutionSelector,SolutionAcceptor) --> public SearchStratgy(SolutionSelector,SolutionAcceptor,SolutionCostCalculator)
|
- searchStrategy.java: public SearchStrategy(SolutionSelector,SolutionAcceptor) --> public SearchStratgy(SolutionSelector,SolutionAcceptor,SolutionCostCalculator)
|
||||||
- SearchStrategy.java: public boolean run(...) --> public DiscoveredSolution run(...)
|
- searchStrategy.java: public boolean run(...) --> public DiscoveredSolution run(...)
|
||||||
- VehicleImpl.VehicleType.Builder --> VehicleTypeImpl.Builder
|
- vehicleImpl.VehicleType.Builder --> VehicleTypeImpl.Builder
|
||||||
- VehicleImpl.VehicleBuilder --> VehicleImpl.Builder
|
- vehicleImpl.VehicleBuilder --> VehicleImpl.Builder
|
||||||
|
|
||||||
**v0.0.3** @ 2013-06-04
|
**v0.0.3** @ 2013-06-04
|
||||||
|
|
||||||
- Bug fix - access resources in jar
|
- bug fix - access resources in jar
|
||||||
|
|
||||||
**v0.0.2** @ 2013-06-03
|
**v0.0.2** @ 2013-06-03
|
||||||
|
|
||||||
- Bug fix - access resources in jar
|
- bug fix - access resources in jar
|
||||||
|
|
||||||
**v0.0.1** @ 2013-06-02
|
**v0.0.1** @ 2013-06-02
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue