You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have a copy of Octave's sqp inside STK. Therefore, a solution would be to make it possible to use a different QP solvers when neither MOSEK nor the Optimization toolbox are available. (For instance provide a copy of Octave's qp solver as well & recommend to install GLPKmex?)
There currently two failing tests under Matlab (tested with R2016b) when
fminsearch
is used as last recourse for box-constrained problems.The first one is in
stk_optim_testmin_box.m
and simply indicates that the solution not not satisfy the box constraint:The second one is in
stk_param_estim
, and is probably a symptom of a more severe problem:Perhaps should we try to provide a better default optimizer for Matlab users that have neither the Optimization toolbox nor MOSEK?
(ref original ticket on Sourceforge: https://sourceforge.net/p/kriging/tickets/65/)
The text was updated successfully, but these errors were encountered: