PyGAD-1.0.19
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
andinit_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.