Result

List of possible result codes.

Equivalent in C API: nlopt_result

Values

ValueMeaning
failurenlopt_result.NLOPT_FAILURE
invalidArgsnlopt_result.NLOPT_INVALID_ARGS
outOfMemorynlopt_result.NLOPT_OUT_OF_MEMORY
roundoffLimitednlopt_result.NLOPT_ROUNDOFF_LIMITED
forcedStopnlopt_result.NLOPT_FORCED_STOP
successnlopt_result.NLOPT_SUCCESS
stopvalReachednlopt_result.NLOPT_STOPVAL_REACHED
ftolReachednlopt_result.NLOPT_FTOL_REACHED
xtolReachednlopt_result.NLOPT_XTOL_REACHED
maxevalReachednlopt_result.NLOPT_MAXEVAL_REACHED
maxtimeReachednlopt_result.NLOPT_MAXTIME_REACHED

Meta