You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
It appears that you are utilizing Python version 3.7.7 as specified in [environment.yml], which seems to be no longer compatible with the Matlab Engine of newer versions. As a result, optimization using Matlab scripts (e.g. the simulation example) is not possible.
The text was updated successfully, but these errors were encountered:
Thank you @timon-meier . Yes this project was developed a while ago, but this also works with higher versions of python (I tried 3.8 at least).
Though there is a small detail needs to be taken care of - one of our dependencies pygco is sensitive to the python version and if the codebase does not work with higher versions of python on your end, try to comment out "ParetoDiscovery" related imports (see mobo/solver/pareto_discovery)
Hello,
It appears that you are utilizing Python version 3.7.7 as specified in [environment.yml], which seems to be no longer compatible with the Matlab Engine of newer versions. As a result, optimization using Matlab scripts (e.g. the simulation example) is not possible.
The text was updated successfully, but these errors were encountered: