Displaying 3 results from an estimated 3 matches for "optimsimplex".
2010 May 06
0
Release of optimbase, optimsimplex and neldermead packages
Dear R users,
I am pleased to announce the release of three new R packages: optimbase,
optimsimplex, and neldermead.
- optimbase provides a set of commands to manage an abstract optimization
method. The goal is to provide a building block for a large class of
specialized optimization methods. This package manages: the number of
variables, the minimum and maximum bounds, the number of non linear
i...
2010 May 06
0
Release of optimbase, optimsimplex and neldermead packages
Dear R users,
I am pleased to announce the release of three new R packages: optimbase,
optimsimplex, and neldermead.
- optimbase provides a set of commands to manage an abstract optimization
method. The goal is to provide a building block for a large class of
specialized optimization methods. This package manages: the number of
variables, the minimum and maximum bounds, the number of non linear
i...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...s to provide a building block for a large class of
specialized optimization methods. This package manages: the number
of variables, the minimum and maximum bounds, the number of non
linear inequality constraints, the cost function, the logging
system, various termination criteria, etc...
* optimsimplex (1.0-2)
Sebastien Bihorel
http://crantastic.org/packages/optimsimplex
Provides a building block for optimization algorithms based on a
simplex. The optimsimplex package may be used in the following
optimization methods: the simplex method of Spendley et al., the
method of Nelder and Me...