fmincon and Active-set; symbolic math toolbox

1 view (last 30 days)
Is it possible to receive a function:
Xopt=myconopt('fmincon','Active-set',CostFn,ConstrFn,X0,X)
CostFn and ConstrFn are symbolic expressions whose symbolic elements come from X. X0 is initial guess value. CostFn has one expression, ConstrFn can have more than one symbolic expressions for constraints.
Thank you everybody for paying attention to my question :)

Accepted Answer

Alan Weiss
Alan Weiss on 6 Nov 2015
You have to give problems in the form Optimization Toolbox™ solvers require. Please check the syntax for fmincon if that is what you want to use.
To see how to use symbolic variables in an Optimization Toolbox optimization look at this example which uses files, or this example which uses function handles.
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!