gasearch - Genetic algorithm based hyperparameter tuner
gasearch - Finding hyperparameters the way nature intended
Hyperparameter search isn’t an exact science. We’ve all heard that one.
gasearch searches the parameter space using genetic algorithm, with multiple solutions in each generation competing for inclusion in the next.
Mutation of the existing solutions introduces new characteristics and crossover helps the beneficial traits spread across the population. At the same time, proportional selection prevents early convergence of algorithm on local minimum, keeping the population diverse and dynamic.
However, since genetic algorithms are heuristic, there can not be any guarantee that the solution delivered is the optimal one for a given problem. Regardless of the number of iterations.
The package follows scikit-learn API conventions and can be readily integrated with existing pipelines.
- TODO:
Implement alternative selection algorithms
Publish more examples
Implement alternative crossover operations
Improve docs
Optimize, optimize, optimize …
Release files for gasearch 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gasearch-0.0.7.tar.gz | 11.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gasearch-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.2 kB
Release files / gasearch-0.0.7.tar.gz
| Download URL | gasearch-0.0.7.tar.gz |
|---|---|
| Size | 11.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b486707762c1bc02b7236d20436c5f34e4d31e329787994f20a304d64f73fc3
|
|
BLAKE2b-256 checksum How to use checksums |
d580cfeb225abf1fdebbe420c2a2ef86843df589a44766041d7ad05407d6236e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.20
|
Release files / gasearch-0.0.7-py3-none-any.whl
| Download URL | gasearch-0.0.7-py3-none-any.whl |
|---|---|
| Size | 11.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
943bbedf4dbb249dc37243a8a55a697e62190eb96a09356219ecb13deb3f3859
|
|
BLAKE2b-256 checksum How to use checksums |
f7f327947b4b015148dcebbfab1ea8fa2c7c4d4a02f0c451dd4983a3daaa5a88
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.20
|