Skip to content

Releases: rinde/RinLog

v3.2.2

03 May 13:57
Compare
Choose a tag to compare
  • Bugfix in OptaPlannerSolvers

v3.2.1

20 Apr 12:59
Compare
Choose a tag to compare
  • Bugfix in reauctions bid computation

v3.2.0

01 Dec 14:31
Compare
Choose a tag to compare
  • Compatible with RinSim 4.3.0
  • Added AuctionTimeStatsLogger and RoutePlannerStatsLogger
  • Reauctions can now be disabled in RtSolverBidder

v3.1.0

07 Nov 15:03
Compare
Choose a tag to compare
  • 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

27 Jul 13:26
Compare
Choose a tag to compare
  • 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

10 Aug 16:47
Compare
Choose a tag to compare
  • Updated code to be compatible with RinSim 4.0.0

v1.0.0

22 Dec 14:23
Compare
Choose a tag to compare

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