DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.66k stars 1.11k forks source link

optimize to obtain the maximum of a well trained neural network output #703

Open AmosJoseph opened 1 year ago

AmosJoseph commented 1 year ago

I trained a neural network and tested it with good accuracy. Based on the built neural network, how to obtain the maximum of the output of it in the domain?

Is there any such example? Could you please provide a minimal code example?

Best regards!