Learn R Programming

optimbase (version 1.0-10)

optimbase.checkx0: Check Consistency of Initial Guesses

Description

This function checks that the initial guesses defined in the optimization object are consistent with the defined bounds and the non linear inequality constraints. The actual work is delegated to optimbase.isfeasible.

Usage

optimbase.checkx0(this = NULL)

Arguments

this

An optimization object

Value

Return a list with the following elements:

this

The optimization object.

isok

TRUE if the initial guesses are consistent with the settings, FALSE otherwise.

See Also

optimbase.isfeasible