Releases: krzysztofarendt/modestga
Releases · krzysztofarendt/modestga
Args passing to the cost function in parallel mode fixed
Merge pull request #28 from krzysztofarendt/dev Dev
Fix Rastrigin function example
Merge pull request #24 from krzysztofarendt/dev Dev
Args passing to the cost function fixed
Merge pull request #21 from krzysztofarendt/dev Dev
Automatic re-adjustment of pop_size and trm_size in case of invalid settings
Merge pull request #15 from krzysztofarendt/issue_14_auto_readjusting Issue 14 auto readjusting
v0.5.2
Solved bug causing subprocess hanging on Linux at the end of optimization.
Fix missing dependency (cloudpickle)
v0.5.1 Update README and setup.py - v0.5.1
Parallel optimization
v0.5 Change default pop_size, fix bugs in examples
v0.4
Add requirements and change version
v0.3
- Adaptive mutation
- Mutation based on normal distribution (instead of uniform distribution)
- Randomized cross-over rate
- Tuned parameters
- Partially benchmarked against Differential Evolution from scipy
v0.1
Basic GA with a scipy-like interface.