R port of the Scilab optimsimplex module
The goal of this package is to provide a building block for optimization algorithms based on a simplex. The optimsimplex
package may be used in the following optimization methods:
Features
The following is a list of features currently provided:
Manage various simplex initializations
sort the vertices by increasing function values,
compute the standard deviation of the function values in the simplex,
compute the simplex gradient with forward or centered differences,
shrink the simplex toward the best vertex,
etc... package
Package: | optimsimplex |
Type: | Package |
Version: | 1.0-8 |
Date: | 2022-01-28 |
License: | CeCILL-2 |
LazyLoad: | yes |
See vignette('optimsimplex',package='optimsimplex')
for more information.
Author of Scilab optimsimplex module: Michael Baudin (INRIA - Digiteo)
Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com )
Useful links