An advanced pathfinding algorithm inspired by the Hydra mechanism.
Project description
Hydra Search
Hydra Search is an advanced pathfinding algorithm inspired by the Hydra mechanism.
Installation
pip install hydra-search
Usage
from hydra_search import HydraSearch
hsa = HydraSearch(search_space_size=100, num_searchers=10, parallel_mode='cpu')
best_section = hsa.run(iterations=10)
print("Best Section:", best_section)
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
hydra_search-0.1.2.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hydra_search-0.1.2.tar.gz.
File metadata
- Download URL: hydra_search-0.1.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d03d4e345b8412014165258faf0e8a34679f6c0834c91b8e0337409ace643041
|
|
| MD5 |
65d4e7903f5c51999db76a337ef66015
|
|
| BLAKE2b-256 |
a7498cc290513b5fc79477a87ca6670c6d43221c747591b3932ce95814d0f416
|
File details
Details for the file hydra_search-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hydra_search-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d4fdbc636fa9d5dc8f16fd9b1bd70840031e20ec86a45927a5053360f860a1b
|
|
| MD5 |
f482a5263ea3ee0e38a421ea6590cc72
|
|
| BLAKE2b-256 |
d52099521aba7740139dd2f21a2c1e12f04fe127a943f49e3afa0db97cd83422
|