Description Usage Arguments Value
View source: R/shrink_simplex.R
This function performs simplex shrink operation. It replaces all but the best vertice by newly calculated
1  | shrink_simplex(iter, delta, con, L, U)
 | 
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  | 
iter - an updated list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.