Learn R Programming

optimbase (version 1.0-10)

optimbase.destroy: Erase an optimization history.

Description

Erase the optimization history in an optimization object.

Usage

optimbase.destroy(this = NULL)

Arguments

this

An optimization object.

Value

Return an updated 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.

See Also

optimbase.logshutdown