Description Usage Arguments Value Author(s)
If cobra$TrustRegion==TRUE
(see cobraInit
), then the trustRegion
functionality is applied
every iteration in order to refine the best solution so far.
This function builds a local model around the best solution and runs a local search in the trust region
to refine the best solution and find a better solution in the neighborhood.
1 | trustRegion(cobra, center = cobra$xbest)
|
cobra |
an object of class |
center |
[cobra$xbest] the center of the trust region |
the modified cobra
with new/updated elements
TRDONE |
logical, is |
trustregX |
if |
If TRDONE==TRUE
the relevant lists and counters (A,Fres,df,...
)
of cobra
will be updated in cobraPhaseII
as well.
Samineh Bagheri (samineh.bagheri@th-koeln.de)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.