optimbase.get {optimbase} | R Documentation |
Get the value for the given element
Description
Get the value for the given element in an optimization object.
Usage
optimbase.get(this = NULL, key = NULL)
optimbase.histget(this = NULL, iter = NULL, key = NULL)
Arguments
this |
An optimization object. |
key |
The name of the key to quiery. The list of available keys for
query with The list of available keys for query with |
iter |
The iteration at which the data is stored. |
Details
While optimbase.get
extracts the entire content of the object element,
including historyxopt
and historyfopt
, optimbase.histget
only extracts the content of the history at the iteration iter
.
Value
Return the value of the list element key
, or an error message if
key
does not exist.
Author(s)
Author of Scilab optimbase module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)