nloptr (version 0.9.6)

print.nloptr: Print results after running nloptr

Description

This function prints the nloptr object that holds the results from a minimization using nloptr.

Usage

## S3 method for class 'nloptr':
print( x, show.controls=TRUE, \dots )

Arguments

x
object containing result from minimization.
show.controls
Logical or vector with indices. Should we show the value of the control variables in the solution? If show.controls is a vector with indices, it is used to select which control variables should be shown. This can be useful if the model contai
...
further arguments passed to or from other methods.

See Also

nloptr