Releases: garciparedes/jinete
Releases · garciparedes/jinete
r0.1.0
Changelog
- Final changes after the release of the project as a final degree project.
r0.0.14
Changelog
- Ease the problem instantiation #68
- Refactor "jinete.algorithms.utils.crossers" #73
- Refactor "jinete.algorithms.local_search.strategies" #74
- Improve "jinete.algorithms" module hierarchy #77
- Implement Reallocation Local-Search Strategy #80
- Improve logic related with the trips duration and waiting times #83
r0.0.13
Changelog
- Improve global performance #58
- Insertion step on GraspAlgorithm #60
- Conjecture trips at any step of the route #64
r0.0.12
Changelog
- Implement solving strategy through MILP solver #45
- Why not to have a time window for the pickup and for the delivery steps? #49
- The "Vehicle.trip_timeout" should belong to "Trip" and be named "timeout". #48
- Start using "cached_property" to simplify memoization process #53
r0.0.11
Changelog
- Allow to perform multiple trips at the same time. #12
- Implement
conjecture_trip(...)
in batch. #35
- Implement
LocalSearchAlgorithm
heuristic. #34
- Implement
GraphPlotStorer
to plot the resulting graph. #39
- Include syntax checking on deployments #41
r0.0.10
Changelog
- Improvements on package documentation. #10
- Now
PlannedTrip
objects can exists even though they are not feasible. #25
r0.0.9
Changelog
- Now it's possible to pick the
PlannedTripCriterion
.
- General improvements.
- Fixed some bugs related with
Objective
class.
r0.0.8
Changelog
- Implemented "Objective" object to model the optimization function. #6
- Improved HashCode problem specification. #6
- Starting to use "codecov" instead of "coveralls". #14
r0.0.7
Changelog
- Fixed bad behaviour of
RandomizedCrosser
. #1
r0.0.6
Changelog
- Improved
OrderedCrosser
performance.
- Implemented
RandomizedCrosser
.
- Implemented
GraspAlgorithm
.