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)
Release files for hydra-search 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hydra_search-0.1.2.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hydra_search-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.6 kB
Release files / hydra_search-0.1.2.tar.gz
| Download URL | hydra_search-0.1.2.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d03d4e345b8412014165258faf0e8a34679f6c0834c91b8e0337409ace643041
|
|
BLAKE2b-256 checksum How to use checksums |
a7498cc290513b5fc79477a87ca6670c6d43221c747591b3932ce95814d0f416
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.2
|
Release files / hydra_search-0.1.2-py3-none-any.whl
| Download URL | hydra_search-0.1.2-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5d4fdbc636fa9d5dc8f16fd9b1bd70840031e20ec86a45927a5053360f860a1b
|
|
BLAKE2b-256 checksum How to use checksums |
d52099521aba7740139dd2f21a2c1e12f04fe127a943f49e3afa0db97cd83422
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.2
|