Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError #233

Open
hanyhabib opened this issue Sep 14, 2023 · 1 comment
Open

AttributeError #233

hanyhabib opened this issue Sep 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@hanyhabib
Copy link

hanyhabib commented Sep 14, 2023

First of all, Thank you for your efforts.

When I updated PYGAD to release 3.2.0, I've got an error regarding the pygad.kerasga module the erroe message is "AttributeError: module 'pygad' has no attribute 'kerasga'". I was trying the simple regression example

@ahmedfgad ahmedfgad added the bug Something isn't working label Sep 15, 2023
@ahmedfgad
Copy link
Owner

Thanks @hanyhabib.

I tested this example and it is working well without any error: https://github.com/ahmedfgad/GeneticAlgorithmPython/blob/master/examples/KerasGA/regression_example.py

Please consider importing kerasga using import pygad.kerasga and verify if the issue still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants