Hi
why pygad.kerasga is much slower compared to pygad.gann?
I am using the same model specification (1 Input layer, 2 hidden layers and 1 output layer). Why Keras model runtime is very high?
Another question is why we are not using crossover and mutation in Keras example? Are we actually using Genetic algorithm here if both mutation and crossover are disabled?
Please help to answer.
Hi why pygad.kerasga is much slower compared to pygad.gann? I am using the same model specification (1 Input layer, 2 hidden layers and 1 output layer). Why Keras model runtime is very high? Another question is why we are not using crossover and mutation in Keras example? Are we actually using Genetic algorithm here if both mutation and crossover are disabled? Please help to answer.