Learn R Programming

neldermead (version 1.0-12)

neldermead.search: Starts the optimization

Description

Performs the optimization associated with the method associated with the method element of the neldermead object and find the optimum. If the restartflag element is enabled, automatic restarts are performed, based on the restartdetection element.

Usage

neldermead.search(this = NULL)

Arguments

this

A neldermead object.

Value

Return an updated neldermead object.

See Also

fminsearch, neldermead, neldermead.set,