fmincon and Active-set; symbolic math toolbox

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

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)

Asked:

Sha
on 6 Nov 2015

Answered:

on 6 Nov 2015

Community Treasure Hunt

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

Start Hunting!