function fun.amoeba
fun.amoeba(p, y, ftol, itmax, funk, outcomes, data, showProcess)
A list containing the components of the optimized simplex. 'getColumnAndParametersNamesFIMInLatex.
input is a matrix p whose ndim+1 rows are ndim-dimensional vectors which are the vertices of the starting simplex.
vector whose components must be pre-initialized to the values of funk evaluated at the ndim+1 vertices (rows) of p.
the fractional convergence tolerance to be achieved in the function value.
maximal number of iterations.
multidimensional function to be optimized.
A vector giving the outcomes.
a fixed set of data.
A boolean for showing the process or not.