optimbase.outstruct: Create Basic Optimization Data Object

Description Usage Arguments Value Author(s)

View source: R/optimbase.outstruct.R

Description

This function creates a basic optimization data object by extracting the content of specific fields of an optimization object.

Usage

1

Arguments

this

An optimization object.

Value

Return an object of class 'optimbase.data', i.e. a list with the following elements:

x

The current optimum point estimate (extracted from this$xopt).

fval

The value of the cost function at the current optimum point estimate (extracted from this$fopt).

iteration

The current number of iteration (extracted from this$iterations).

funccount

The current number of function evaluations (extracted from this$funevals).

Author(s)

Author of Scilab optimbase module: Michael Baudin (INRIA - Digiteo)

Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)


sbihorel/optimbase documentation built on Jan. 31, 2022, 1:34 a.m.