Call the cost function after transposition of the value of the point estimate x, so that the input row vector, given by optimsimplex, is transposed into a column vector as required by the cost function.
costf.transposex(x = NULL, this = NULL)Return the value of the cost function (called by neldermead.costf.)
The point estimate provide as a row matrix.
A neldermead object.
Author of Scilab neldermead module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)
neldermead.costf