Hello,
i want to combine different optimization (runs into one optimized model. Therefor, i want to map the optimized result of a parameter to the lower bound of the same parameter in the next optimization run, but only when the value of the new result is higher then the actual value of the lower bound.
So, i need a kind of conditional function like:
L = lower bound
O = optimized result
if L then set L=O else do nothing I tried it with the conditional function if( , , ) in the calculator component, but there always appears the error massage: A statement must start with assignment to a variable. My question is, how can i use conditional function if( , , ) in the calculator component, or is there another way to keep the results of one optimization run for the next one. Thanks for your time. Best regards, Andreas
