Learn R Programming

SACOBRA (version 1.2)

cobraPhaseI: Find a feasible solution.

Description

Find a feasible solution using the COBRA optimizer phase I by searching new infill points. Please note that this phase can be skipped by setting the cobra$skipPhaseI parameter to TRUE in the initialization phase cobraInit()

Usage

cobraPhaseI(cobra)

Arguments

cobra

an object of class COBRA, this is a (long) list containing all settings from cobraInit

Value

cobra, an object of class COBRA

See Also

cobraPhaseII, cobraInit