optimbase.destroy {optimbase} | R Documentation |
Erase an optimization history.
Description
Erase the optimization history in an optimization object.
Usage
optimbase.destroy(this = NULL)
Arguments
this |
An optimization object. |
Details
This function erases the content of the historyfopt
and
historyxopt
elements in this
and call the
optimbase.logshutdown
function if the logstartup
element in
this
is set to TRUE.
Value
Return an updated optimization object.
Author(s)
Author of Scilab optimbase module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
See Also
[Package optimbase version 1.0-10 Index]