Giter VIP home page Giter VIP logo

Comments (2)

jmgq avatar jmgq commented on June 2, 2024

This feature is worth considering. As there is already a plan to change the Node structure, maybe this could be considered at the same time: since changing the Node structure will break backwards compatibility too, changing both at the same time would save us to break it twice.

This change will also require to analyse exactly what needs to be changed from the current algorithm.

from php-a-star.

pathway avatar pathway commented on June 2, 2024

I think the main things that need to become parameters are:

  1. Data structure used for openList. It can be in { priorityqueue, minheap } for astar or UCS, or stack or plain queue for DFS or BFS.
  2. Cost function. Only applies to algos with ordered openLists like astar and ucs.

These two things can be passed as options to the algorithm. Just an idea.

from php-a-star.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.