awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesPathfinding Algorithm Selection

Selecting from multiple pathfinding strategies including A*, Dijkstra, Breadth-First, and Jump Point Search.

Distinct from Algorithm and Hyperparameter Selection: Distinct from Algorithm and Hyperparameter Selection: focuses on selecting pathfinding algorithms for grid navigation, not machine learning model selection.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Pathfinding Algorithm Selection. Refine with filters or upvote what's useful.

Awesome Pathfinding Algorithm Selection GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • qiao/pathfinding.jsAvatar de qiao

    qiao/PathFinding.js

    8,701Voir sur GitHub↗

    PathFinding.js is a grid-based pathfinding library that implements multiple search algorithms for computing optimal routes on 2D maps. It provides implementations of A*, Dijkstra, Breadth-First Search, and Jump Point Search, each designed to find the shortest path between two points on a grid while avoiding obstacles. The library is built around a pluggable architecture where each pathfinding strategy shares a common interface, allowing algorithms to be selected at runtime without modifying core logic. It includes a configurable diagonal movement rule engine that controls diagonal traversal b

    Allows selection from multiple pathfinding strategies including A*, Dijkstra, Breadth-First, and Jump Point Search.

    JavaScript
    Voir sur GitHub↗8,701
  1. Home
  2. Artificial Intelligence & ML
  3. Model Selection Tools
  4. Automated Selection
  5. Model Performance Selection
  6. Algorithm and Hyperparameter Selection
  7. Pathfinding Algorithm Selection