BIMK / PlatEMO

Evolutionary multi-objective optimization platform
1.58k stars 463 forks source link

How to use python to call the optimization algorithm in PlatEMO to optimize the multi-objective problem defined in python? #132

Open 740371467 opened 1 year ago

Pixelatory commented 1 year ago

If the multi-objective problem is defined in python, then you can actually use Python in Matlab: https://www.mathworks.com/help/matlab/call-python-libraries.html. This is helpful if you want to use PlatEMO and have to use Python for things such as machine learning models.