AStar python implementatino
Project description
AStared
This package provide the A* algorithm for any type of coordinates. You can find more information here.
Installation
python3.11 -m pip install AStared
Usage
You can find examples here.
In global lines, you must define 2 functions to interact with your coordinates. And then pass it to the function AStar
These function are :
- Heuristic estimation to the end node
- Neighbours giver, that return all valid neightbours that can be reached with only 1 step
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
AStared-0.1.1.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file AStared-0.1.1.tar.gz
.
File metadata
- Download URL: AStared-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebfd1d58301d703d58ea3350a1bbc8a4f88309280fa70fba773b1c2ee08f86bd |
|
MD5 | 05bd8e31ed86489a008a72e8cab49282 |
|
BLAKE2b-256 | 68653d02225f47542a52c08186ce070d88d1905fda2e10e29576c758772eeb83 |
File details
Details for the file AStared-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: AStared-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7b5da83be26fb44f21b0b5f7bcf898868f1ff753cb7d45c02880fefa0779d25 |
|
MD5 | 271c7fe99a9d0df16f6f2ecda97e7f1f |
|
BLAKE2b-256 | b64c15244f5bce6b317bb0b98db2043580d5e4088085c7e10564c7a46078850c |