Ahmed Gad

Results 159 comments of Ahmed Gad

@krkaufma, Just to let you know that a new library called `cloudpickle` (https://github.com/cloudpipe/cloudpickle) will be used instead of `pickle`. This supports pickling the fitness function and all callback functions so...

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.

Thanks, @wassimj. This is a bug. This warning should only be printed if you used the `delay_after_gen` parameter. It will be fixed soon.

Just NSGA-II is supported at the moment.

If you mean training the model using GA, then I highly recommend using pygad.kerasga (for Keras models) or pygad.torchga (for PyTorch models). But it is important to check that all...

Hi, I downloaded the projects and ran it and everything is working as expected. Not only tested on the image located within the project but also on other images and...

Yes I downloaded the attached image and tested the code and everything is working fine in my end. Could you trace the code to figure out what step is causing...

Nothing attached. Please make sure to send the files.

Hi, You asked me to check an attached zip file and I mentioned in the previous comment that nothing is attached. So, I have nothing to do. Please make sure...

Hi, Thanks for attaching the files. I download the "HOGNumPy-master-not-working.txt" file, converted it to zip, and extracted the files. After looking at the HOG_implementation.py file, I found that you did...