Hello,
I'm searching for an easy way to implement the following constraint for a group of design variables in an optimization study within the Hyperstudy interface.
Let's assume we have the variables A, B, and C wich should be varied within the following ranges:
A: Lower Bound: 0, Upper Bound: 1, Initial Value: 0.33
B: Lower Bound: 0, Upper Bound: 1, Initial Value: 0.33
C: Lower Bound: 0, Upper Bound: 1, Initial Value: 0.33
Whereas the general constraint A+B+C<=1 musn't be violated.
My approach using the function 'Link Variables' did not lead to an appropriate result.
I would like to avoid a redefinition of the parameters within the solver input file (i.e. by A = A/(A+B+C), in consideration of the explicit assignment between the parameters defined by Hyperstudy and the 'real' parameters used within the solver.
Does anybody know of an convenient way to implement the constraints as described?
Thank you for your efforts in advance.
Cheers,
Felix