Ahmed Gad

Results 159 comments of Ahmed Gad

> Hi Ahmed Can we use this code for kerasga conv2d to creat conv1d for raw dataset???? If no what changes?? KerasGA is expected to run on any Keras model....

The cnnga module is not expected to work with 1D data. Note that the cnnga module is limited and was used before supporting the `kerasga` and `torchga` modules. So, it...

The issue is solved and will be available in the next release!

Thank you! Appreciate if you would make a pull request to make this change.

The dot is just for separating the integer from the decimal part of the number.

Unfortunately adding restrictions over all the genes is not possible at the moment. Restrictions are set at the gene level.

Thanks. This is going to be fixed in the next release!

Fixed and will be supported in the next release!

Keras is very slow due to the TensorFlow nature of building and executing the computational graph. If you try PyTorch, it is much faster. There is no reason that prevents...

You can use the pareto_fronts property. ```python ga_inst = pygad.GA(..., parent_selection_type='nsga2') ga_inst.pareto_fronts ```