MATLAB: Matlab does not have a fmaxsearch

fminsearch

I know that Matlab has a fminsearch, but why it does not have a fmaxsearch?

Best Answer

Because you can easily convert a maximization problem to a minimization problem just by multiplying the function by -1.