Skip to content

v0.1.26

Compare
Choose a tag to compare
@ztangent ztangent released this 22 Sep 12:37
· 2 commits to master since this release

What's Changed

  • Fixed constraint checking in Forward and BreadthFirstSearch planners by @aemartinez in #22
  • Added LMCut heuristic by @danielz9999 in #21
  • Memory reductions for relaxed planning graph heuristics (HMax, HAdd, FFHeuristic, LMCut) through buffer reuse
  • Used faster priority queue implementation in relaxed planning graph search
  • Added AlternatingRealTimeHeuristicSearch planner
  • Added MultiSolution for combined planning solutions
  • Dropped support for Julia 1.3

New Contributors

Full Changelog: v0.1.25...v0.1.26