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.1.tar.gz
(3.8 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.1.tar.gz.
File metadata
- Download URL: hydra_search-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4c5c8c7933658e8d6df96295674dbe711fb64dd30b2361a98a736dcf19a24ec
|
|
| MD5 |
a0bd4ea88787e9b6976d7b99fd4f93d1
|
|
| BLAKE2b-256 |
fd2e5a5808bcfa76128a02cd70fef2cb7ea2c30b09249c6687e0505bdcc80f09
|
File details
Details for the file hydra_search-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hydra_search-0.1.1-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 |
54edc60238e3791f8ebbe7357120c8d33eeba5e168ebf537cbf75759f3c766dc
|
|
| MD5 |
ff440224ab22f943231ed03c643949cd
|
|
| BLAKE2b-256 |
3aca81666ad107cebdaf438d869d99a3135ae786c9448643756c499756caffca
|