repairInfeasibleW: Wrapper for 'repairInfeasRI2' (needed by RBFsearch.R).

Description Usage Arguments Value See Also

View source: R/repairInfeasRI2.R

Description

Wrapper for repairInfeasRI2 (needed by RBFsearch.R).

Usage

1
repairInfeasibleW(resNM, gReal, rbf.model, cobra, checkIt = FALSE)

Arguments

resNM

a list as returned from optimizer (i.e. nmkb) with an infeasible solution in x = resNM$par

gReal

a (1 x nconstraint) matrix holding the real constraint values at x

rbf.model

the constraint surrogate models

cobra

parameter list, we need here lower lower bounds of search region upper upper bounds of search region ri a list with all parameters for repairInfeasRI2

checkIt

[FALSE] if TRUE, perform a check whether the returned solution is really feasible. Needs access to the true constraint function conFunc

Value

resRI a list containing:

par

the repaired (feasible) solution

value

copied from resNM$value

feval

0 (to indicate that this solution comes from repairInfeasRI2)

convergence

0

See Also

repairInfeasRI2, RBFsearch


SACOBRA documentation built on March 26, 2020, 7:15 p.m.