Description Usage Arguments Details Value See Also
View source: R/updateSaveCobra.R
Helper for cobraPhaseII
: make some assertion tests,
update elements in object cobra
, including data frames df
and df2
,
and - if cobra$saveIntermediate==TRUE
- save cobra in subdir results/
.
Most importantly cobra$xbest, cobra$fbest, cobra$ibest
are updated. They characterize the
best feasible point (least violating point if no feasible point was found so far) and
influence the next starting point.
1 2 3 4 5 6 7 8 9 10 11 12 | updateSaveCobra(
cobra,
ev1,
subMin,
sigmaD,
penaF,
gama,
EPS,
fitFuncPenalRBF,
distRequirement,
fitnessSurrogate = cobra$fitnessSurrogate
)
|
cobra |
an object of class COBRA, this is a (long) list containing all settings
from |
ev1 |
a list filled by calls to |
subMin |
see |
sigmaD |
see |
penaF |
see |
gama |
see |
EPS |
see |
fitFuncPenalRBF |
helper function from |
distRequirement |
helper function from |
fitnessSurrogate |
the model used for |
Note: the elements A, Fres, Gres
of cobra
are set in updateInfoAndCounters
,
an internal function of cobraPhaseII
.
cobra
, an object of class COBRA,
enhanced here by the following elements (among others):
|
data frame with summary of the optimization run (see |
|
data frame with additional summary information (see |
|
data frame with additional summary information for TR(see |
|
the best feasible objective value found |
|
the point in input space yielding the best feasible objective value |
|
the corresponding iteration number (row of |
|
vector of all |
|
vector of all |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.