Andrey Bat

Results 3 issues of Andrey Bat

export PATH=$ZZROOT/bin:$PATH export LD_LIBRARY_PATH=$ZZROOT/lib:$ZZROOT/lib64:$LD_LIBRARY_PATH Without them zzlibx24.sh fails.

help wanted

Colab has upgraded to tensorflow 2.5 and now your examples are broken.

Hi! Great project, thanks. However I've experianced some bugs. model = pygad.GA(someparameters - may be even sample model from documentation) model.run() model.plot_fitness(plot_type="scatter") ok model.run() model.plot_fitess() ok model.plot_fitness(plot_type="scatter") --------------------------------------------------------------------------- ValueError Traceback...

bug