摘要: fminunc( FCN, X0); fminunc( FCN, C0, Options); [X, FVEC, INFO, OUTPUT, GRAD, HESS] = fminunc (FCN, ...); %Solve an unconstrained optimization problem defined by the function FCN. %X0 determines a... 阅读全文
posted @ 2017-03-09 22:19 KennyRom 阅读(543) 评论(0) 推荐(0)
摘要: Create options struct for optimization functions. GradObj When set to "on", the function to be minimized must return a second argument which is the gr 阅读全文
posted @ 2017-03-09 22:06 KennyRom 阅读(412) 评论(0) 推荐(0)