pyHarmonySearch is a pure Python implementation of the harmony search (HS) global optimization algorithm.
Project description
pyHarmonySearch is a pure Python implementation of the harmony search (HS) global optimization algorithm. HS is a metaheuristic search algorithm that, similar to simulated annealing, tabu, and evolutionary searches, is based on real world phenomena. Specifically, HS mimics a jazz band improvising together. Courtesy Wikipedia:
In the HS algorithm, each musician (= decision variable) plays (= generates) a note (= a value) for finding a best harmony (= global optimum) all together.
pyHarmonySearch supports both continuous and discrete variables and can take advantage of parallel processing using Python’s built-in multiprocessing module.
For more information on pyHarmonySearch, visit the GitHub project page.
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
Built Distribution
File details
Details for the file pyHarmonySearch-1.4.4.tar.gz
.
File metadata
- Download URL: pyHarmonySearch-1.4.4.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08310bea00b7ae3751cbf26e940fbddbfde9fcf2b2d72390cfff181fc3d209a7 |
|
MD5 | 44dc4c6213f5ba4678db7cd378e75fae |
|
BLAKE2b-256 | 7b2474208123bd704835c78bd2fc4b695f98039fcb10f73c1604183347e207c3 |
File details
Details for the file pyHarmonySearch-1.4.4-py3-none-any.whl
.
File metadata
- Download URL: pyHarmonySearch-1.4.4-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fdc08e99abc9504e4b7f3d6814e7f43663d35039908afe89752070c41aa123a |
|
MD5 | e60207796de7c017c8fa1bf66f782dee |
|
BLAKE2b-256 | 3fdbd2dc2292812e9af1ad2db33de2b1fffe1b0f65b8847b0a6c9fde703363cb |