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
Right now it is not possible to run pareto optimization algorithms, because the OptimizationProblem class only accepts a skalar as objective. This could be changed by implementing a list comprehension and calling the get_objective method for every objective without needing to change the API.
The text was updated successfully, but these errors were encountered:
Right now it is not possible to run pareto optimization algorithms, because the
OptimizationProblem
class only accepts a skalar as objective. This could be changed by implementing a list comprehension and calling theget_objective
method for every objective without needing to change the API.The text was updated successfully, but these errors were encountered: