shrink_simplex: This function performs simplex shrink operation. It replaces...

Description Usage Arguments Value

View source: R/shrink_simplex.R

Description

This function performs simplex shrink operation. It replaces all but the best vertice by newly calculated

Usage

1
shrink_simplex(iter, delta, con, L, U)

Arguments

iter

- a list conatinig information related with the current algorithm iteration

delta

- a constant used to shrink the simplex edges

con

- constraints, an analytical function cheap to evaluate, in a form g_i(x)>=0, if available; otherwise it is equal to FALSE

L, U

- row vectors of lower and upper bounds of the design space

Value

iter - an updated list


ingridas/EPICR documentation built on May 18, 2019, 4:54 a.m.