Skip to content

Releases: krzysztofarendt/modestga

Args passing to the cost function in parallel mode fixed

06 Feb 16:41
dc6a602
Compare
Choose a tag to compare
Merge pull request #28 from krzysztofarendt/dev

Dev

Fix Rastrigin function example

06 Feb 14:12
6f7deca
Compare
Choose a tag to compare
Merge pull request #24 from krzysztofarendt/dev

Dev

Args passing to the cost function fixed

06 Feb 10:01
b6812f8
Compare
Choose a tag to compare
Merge pull request #21 from krzysztofarendt/dev

Dev

Automatic re-adjustment of pop_size and trm_size in case of invalid settings

29 Jun 19:56
b82d055
Compare
Choose a tag to compare
Merge pull request #15 from krzysztofarendt/issue_14_auto_readjusting

Issue 14 auto readjusting

v0.5.2

16 May 12:30
5697fe4
Compare
Choose a tag to compare

Solved bug causing subprocess hanging on Linux at the end of optimization.

Fix missing dependency (cloudpickle)

02 May 19:44
Compare
Choose a tag to compare
v0.5.1

Update README and setup.py - v0.5.1

Parallel optimization

01 May 16:02
Compare
Choose a tag to compare
v0.5

Change default pop_size, fix bugs in examples

v0.4

25 Apr 11:44
Compare
Choose a tag to compare
Add requirements and change version

v0.3

19 Apr 20:02
Compare
Choose a tag to compare
  • 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

02 Jun 10:21
Compare
Choose a tag to compare

Basic GA with a scipy-like interface.