Genetic Algorithm, Python, Deap
I am writing python code to use a genetic algorithm to choose the parameters of an LSTM neural network. In my case I would like to work with window-size and units. Is it better to create two random integers or use bitstrings?