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
The input variables to be optimized in my problem are fractions that should sum up to 1. Also, the range of each input variable is limited to a specific range, which rules out scaling with x = x / sum(x).
Is it possible to apply such a constraint with Trieste? Couldn't find anything related to this within the docs or tutorials.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The input variables to be optimized in my problem are fractions that should sum up to 1. Also, the range of each input variable is limited to a specific range, which rules out scaling with x = x / sum(x).
Is it possible to apply such a constraint with Trieste? Couldn't find anything related to this within the docs or tutorials.
Beta Was this translation helpful? Give feedback.
All reactions