Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: garciparedes/jinete

r0.1.0

21 Sep 06:18
6ed5687
Compare
Choose a tag to compare

Changelog

  • Final changes after the release of the project as a final degree project.

r0.0.14

21 Jan 12:56
a8cbd5e
Compare
Choose a tag to compare

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

10 Jan 22:55
190fc23
Compare
Choose a tag to compare

Changelog

  • Improve global performance #58
  • Insertion step on GraspAlgorithm #60
  • Conjecture trips at any step of the route #64

r0.0.12

26 Oct 11:02
34618fd
Compare
Choose a tag to compare

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

01 Sep 17:50
1c925d8
Compare
Choose a tag to compare

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

19 Aug 11:03
67cb9ec
Compare
Choose a tag to compare

Changelog

  • Improvements on package documentation. #10
  • Now PlannedTrip objects can exists even though they are not feasible. #25

r0.0.9

15 Aug 13:57
749625a
Compare
Choose a tag to compare

Changelog

  • Now it's possible to pick the PlannedTripCriterion.
  • General improvements.
  • Fixed some bugs related with Objective class.

r0.0.8

13 Aug 17:32
97713e5
Compare
Choose a tag to compare

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

11 Aug 10:46
Compare
Choose a tag to compare

Changelog

  • Fixed bad behaviour of RandomizedCrosser. #1

r0.0.6

10 Aug 17:07
Compare
Choose a tag to compare

Changelog

  • Improved OrderedCrosser performance.
  • Implemented RandomizedCrosser.
  • Implemented GraspAlgorithm.