fun.amoeba: function fun.amoeba

View source: R/SimplexAlgorithm.R

fun.amoebaR Documentation

function fun.amoeba

Description

function fun.amoeba

Usage

fun.amoeba(p, y, ftol, itmax, funk, outcomes, data, showProcess)

Arguments

p

input is a matrix p whose ndim+1 rows are ndim-dimensional vectors which are the vertices of the starting simplex.

y

vector whose components must be pre-initialized to the values of funk evaluated at the ndim+1 vertices (rows) of p.

ftol

the fractional convergence tolerance to be achieved in the function value.

itmax

maximal number of iterations.

funk

multidimensional function to be optimized.

outcomes

A vector giving the outcomes.

data

a fixed set of data.

showProcess

A boolean for showing the process or not.

Value

A list containing the components of the optimized simplex. 'getColumnAndParametersNamesFIMInLatex.


PFIM documentation built on Nov. 24, 2023, 5:09 p.m.