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.0.tar.gz
(3.2 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.0.tar.gz.
File metadata
- Download URL: hydra_search-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1497477fff9d0df1819739e2e2d8f31a50671877ea514dbc8fb737154f15e988
|
|
| MD5 |
20e5d518e9b670d7b3f26003e5f63632
|
|
| BLAKE2b-256 |
ebaf4901c118323ad4ba3517db6589a436fe76de5b99c2b71bdbf6b8137a6606
|
File details
Details for the file hydra_search-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hydra_search-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
3270a8291f56c558b4d6ca53ed65da7fbb8af61b9ed2d54c0b4bba4ce73bbdcc
|
|
| MD5 |
8f6ee2bf1dd2bbbc94527b85a0f9792b
|
|
| BLAKE2b-256 |
fdbc740998181fcb65535dd414a567a31b59ca597bb03bebd01ecaab744b866b
|