Description Usage Arguments Value Author(s) See Also
View source: R/repairChootinan.R
Implements the method of [Choo2006] Chootinan & Chen "Constraint handling in genetic algorithms using a gradient-based repair method", Computers & Operations Research 33 (2006), p. 2263.
1 | repairChootinan(x, gReal, rbf.model, cobra, checkIt = FALSE)
|
x |
an infeasible solution vector \vec{x} of dimension |
gReal |
a vector (g_1(\vec{x}),…,g_m(\vec{x}), h_1(\vec{x}),…,h_r(\vec{x})) holding the real constraint values at \vec{x} |
rbf.model |
the constraint surrogate models |
cobra |
parameter list, we need here
|
checkIt |
[FALSE] if TRUE, perform a check whether the returned solution is really
feasible. Needs access to the true constraint function |
z
, a vector of dimension d
with a repaired (hopefully feasible) solution
Wolfgang Konen, Cologne University of Applied Sciences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.