Hi!
I have tried to run the example that combines keras with your library (that one).
But python can't find the class KerasGA (as showed in the title)
I installed pygad using pip pip install pygad.
Looking in the file init.py I tried to add:
from .kerasga import * # Relative import.
And it seems to solve the problem...