Skip to content

Releases: rinde/RinLog

v3.2.2

Choose a tag to compare

@rinde rinde released this 03 May 13:57
  • Bugfix in OptaPlannerSolvers

v3.2.1

Choose a tag to compare

@rinde rinde released this 20 Apr 12:59
  • Bugfix in reauctions bid computation

v3.2.0

Choose a tag to compare

@rinde rinde released this 01 Dec 14:31
  • Compatible with RinSim 4.3.0
  • Added AuctionTimeStatsLogger and RoutePlannerStatsLogger
  • Reauctions can now be disabled in RtSolverBidder

v3.1.0

Choose a tag to compare

@rinde rinde released this 07 Nov 15:03
  • Compatible with RinSim 4.2.0
  • Added simulated time versions of RtSolverBidder and RtSolverRoutePlanner
  • Computation time of OptaPlanner solver is now measurable
  • Bugfixes

v3.0.0

Choose a tag to compare

@rinde rinde released this 27 Jul 13:26
  • Compatible with RinSim 4.1.1
  • Algorithms now respond to interrupts
  • Added real-time solvers
  • Added real-time auction implementation (DynCNET) + GUI support
  • Added integration with OptaPlanner library

v2.0.0

Choose a tag to compare

@rinde rinde released this 10 Aug 16:47
  • Updated code to be compatible with RinSim 4.0.0

v1.0.0

Choose a tag to compare

@rinde rinde released this 22 Dec 14:23

DOI

Initial release with support for:

  • Solvers:
    • CheapestInsertionHeuristic
    • Opt2
  • Agents (can be used via TruckConfiguration or directly via Truck):
    • Task allocation:
      • Blackboard (BlackboardCommModel):
        • BlackboardUser
      • Auctions (AuctionCommModel):
        • SolverBidder
        • NegotiatingBidder
        • RandomBidder
    • Route finding:
      • SolverRoutePlanner
      • GotoClosestRoutePlanner
      • RandomRoutePlanner