esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
414 stars 56 forks source link

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

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!