Description Usage Arguments Details Value Author(s) See Also
Sets suitable defaults for the SACOBRA part of SACOBRA.
With the call setOpts(mySAC,defaultSAC())
it is possible to extend a partial list
mySAC
to a list containing all sac
-elements (the missing ones are taken from
defaultSAC()
).
1 | defaultSAC(DOSAC = 1)
|
DOSAC |
[0|1|2] with default 1. |
For backward compatibility, a logical DOSAC (deprecated) is mapped from FALSE to 0 and from TRUE to 1.
a list with the following elements (the values in parantheses [|]
are the values
for DOSAC=[0|1|2]
):
RS |
flag for random start algorithm |
RStype |
type of the function to calculate probability to start the internal optimizer
with a random starting point |
RSmax |
maximum probability of a random start when |
RSmin |
minimum probability of a random start when |
RSAUTO |
If TRUE then in every iteration where the fraction of feasible points in the population
is smaller than 0.05, the RS probability is set to 0.3. |
aDRC |
flag for automatic DRC adjustment |
aFF |
flag for automatic objective function transformation |
aCF |
flag for automatic constraint function transformation |
TFRange |
threshold, if |
TGR |
threshold, if |
Cs |
If |
adaptivePLOG |
(experimental) flag for objective function transformation with |
onlinePLOG |
flag for online decision making wether use plog or not according to p-effect |
pEffectInit |
Initial pEffect value when using onlinePLOG. If pEffectInit >= 2 then the initial model is built after plog transformation.
|
Samineh Bagheri, Cologne University of Applied Sciences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.