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
{{ message }}
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
Since EI has an analytical formula, argmax(EI) should easily incorporate constraints. An example is weights, where sum(x's)=1, or points in a circle, where x^2+y^2<1. I've seen papers that use matlab's DIRECT algorithm.
As for python, scipy's COBYLA is a non-linearly constrained optimization algorithm. I'll try to see how it works when I have the time.