Package: neldermead
Type: Package
Title: R port of the Scilab neldermead module
Version: 1.0-1
Date: 2010-05-05
Author: Sebastien Bihorel, Michael Baudin (author of the original
        module)
Maintainer: Sebastien Bihorel <sb.pmlab@gmail.com>
Depends: optimbase, optimsimplex
Description: Provides several direct search optimization algorithms
        based on the simplex method. The provided algorithms are direct
        search algorithms, i.e. algorithms which do not use the
        derivative of the cost function. They are based on the update
        of a simplex. The following algorithms are available: the fixed
        size simplex method of Spendley, Hext and Himsworth
        (unconstrained optimization with a fixed sized simplex), the
        variable size simplex method of Nelder and Mead (unconstrained
        optimization with a variable sized simplex made of k=n+1
        vertices), Box's complex method (constrained optimization with
        a variable sized simplex).
License: CeCILL-2
LazyLoad: yes
Packaged: 2010-05-05 11:17:52 UTC; sebastien
Repository: CRAN
Date/Publication: 2010-05-05 11:27:02
