Skip to content

PyGAD-1.0.19

Compare
Choose a tag to compare
@ahmedfgad ahmedfgad released this 04 May 15:58
· 475 commits to master since this release
9be2205

Changes in PyGAD 1.0.19 (4 May 2020):

  • The attributes are moved from the class scope to the instance scope.
  • Raising a ValueError exception on passing incorrect values to the parameters.
  • Two new parameters are added (init_rand_high and init_rand_high) allowing the user to customize the range from which the genes values in the initial population are selected.
  • The code object __code__ of the passed fitness function is checked to ensure it has the right number of parameters.