optimbase.checkx0 {optimbase} | R Documentation |
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.
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]