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
I'm evaluating the capabilities of SMT to perform surrogate based global optimization. The problem consists of optimization of a black-box function having mixed variables (continuous-7 and discrete-3), has multiple objectives (may have linear or non linear constraints also).
To my knowledge:
The EGO algorithm presented in SMT is applicable for multi-variable single objective functions and there is another multi-objective EGO algorithm for multi-variable multi-objective functions to perform the infilling using EI strategy?
In case there is a way to perform multi-objective surrogate based global optimization of black-box functions, is there a possibility to plot the Pareto frontier for up to 3 objective functions?
In case 2. is possible, can SMT handle the mixed variable problems?
Any guidance / suggestions would be of great help.
Thanks & regards,
Akshat
The text was updated successfully, but these errors were encountered:
Hi, thank you for your interest. As for now, SMT EGO does not handle multi objectives nor constraints but mixed integer handling has been added recently. There is no plotting feature in SMT (which is focused on algorithms).
That being said, you could build your own multi-objective constrained optimizer on top of SMT surrogates and sampling methods. Contributions are welcomed 😉
Hi,
I'm evaluating the capabilities of SMT to perform surrogate based global optimization. The problem consists of optimization of a black-box function having mixed variables (continuous-7 and discrete-3), has multiple objectives (may have linear or non linear constraints also).
To my knowledge:
Any guidance / suggestions would be of great help.
Thanks & regards,
Akshat
The text was updated successfully, but these errors were encountered: