Hi all,
I posted this question under another thread and am moving it to a new thread to keep things organized. I am trying to impose a constraint using optimize_init_constraints(S,Cc) for the following optimization:
and I was wondering if it is possible to impose an inequality constraint. I know how to impose constraints such as P1 + P2 + P3 =1 by using optimize_init_constraints(S,(1,1,1,1)) but I don't know how to do something like P1 >= 0.
Thank you.
George
I posted this question under another thread and am moving it to a new thread to keep things organized. I am trying to impose a constraint using optimize_init_constraints(S,Cc) for the following optimization:
Code:
void mvopt(todo, p, fml, g, H) { external m external v fml= 253*(p*m) - sqrt(253)*sqrt(p*v*p') }
Thank you.
George
Comment