Description Usage Arguments Details Value Author(s) See Also
Sets suitable defaults for the repair-infeasible part of SACOBRA.
With the call setOpts(myRI,defaultRI())
it is possible to extend a partial list
myRI
to a list containing all ri
-elements (the missing ones are taken from
defaultRI()
)
1 | defaultRI(repairMargin = 0.01)
|
repairMargin |
[1e-2] repair only solutions whose infeasibility is less than this margin |
The infeasibility of a solution is its maximum constraint violation (0 for a feasible solution).
a list with the following elements:
RIMODE |
[2] one out of {0,1,2,3 } with 0,1: deprecated older versions of RI2,
2: the recommended RI2-case, see |
eps1 |
[1e-4] include all constraints not eps1-feasible into the repair mechanism |
eps2 |
[1e-4] selects the solution with the shortest shift among all random realizations which are eps2-feasible |
q |
[3.0] draw coefficients α_k from uniform distribution U[0,q] |
mmax |
[1000] draw mmax random realizations |
repairMargin |
repair only solutions whose infeasibility is less than this margin. |
repairOnlyFresBetter |
[FALSE] if TRUE, then repair only iterates with |
marFres |
[0.0] only relevant if |
A solution x is said to be ε-feasible for constraint function f, if
f(x)+ε ≤ 0
Wolfgang Konen, Cologne University of Applied Sciences
repairInfeasRI2
, repairChootinan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.