I am using the function fmincon. I need to supply a constraint function.
I have a bunch of constraint function to test. How can I make a loop over
these function?
I know how to loop over numbers, but do not know how to loop over function.
Thanks very much.