CONOPT
|
define the Error Limit.
The nonlinear functions may not be defined in all points, and the user written callback routine FDEval
has an argument for telling CONOPT if a point is “bad”. CONOPT may try other points to avoid “bad” points up to a defined error limit (as specified by a call to this method). The default error limit is zero, i.e. CONOPT will by default stop if a “bad” point is encountered.
The call is optional.
errlim | the error limit |