neldermead.restart {neldermead}R Documentation

Restart neldermead search.

Description

Update the simplex with neldermead.updatesimp and restart the search with neldermead.search.

Usage

  neldermead.restart(this = NULL)

Arguments

this

A neldermead object.

Value

Returns an updated neldermead object.

Author(s)

Author of Scilab neldermead module: Michael Baudin (INRIA - Digiteo)

Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)

See Also

neldermead.updatesimp, neldermead.search,


[Package neldermead version 1.0-12 Index]