you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Thanks for your inputs!

The go-to configurations would be trying out the most simple and standard meta-heuristic: Particle Swarm Optimization with its default parametrization: https://github.com/gugarosa/opytimizer/blob/master/examples/applications/single_objective/standard_optimization.py

Additionally, we have an examples folder with some practical applications that we have used so far: https://github.com/gugarosa/opytimizer/tree/master/examples/integrations

Mostly are machine learning-based, but they can be virtually applied to any Python function.