This function returns a data.frame with all the options that can be supplied
to nloptr
. The data.frame contains the default
values of the options and an explanation. A user-friendly way to show these
options is by using the function
nloptr.print.options
.
nloptr.get.default.options()
The return value contains a data.frame
with the following
elements
name of the option
type (numeric, logical, integer, character)
string explaining the values the option can take
default value of the option (as a string)
is this option part of the termination conditions?
description of the option (taken from NLopt website if it's an option that is passed on to NLopt).