awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • qiao/pathfinding.jsqiao 的头像

    qiao/PathFinding.js

    8,701在 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
    在 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