Description Usage Arguments Value Author(s)
View source: R/optimbase.outstruct.R
This function creates a basic optimization data object by extracting the content of specific fields of an optimization object.
| 1 |   optimbase.outstruct(this = NULL)
 | 
| this | An optimization object. | 
Return an object of class 'optimbase.data', i.e. a list with the following elements:
The current optimum point estimate (extracted from
this$xopt).
The value of the cost function at the current optimum point
estimate (extracted from this$fopt).
The current number of iteration (extracted
from this$iterations).
The current number of function evaluations (extracted from
this$funevals).
Author of Scilab optimbase module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.