Other packages > Find by keyword >

neldermead  

R Port of the 'Scilab' Neldermead Module
View on CRAN: Click here


Download and install neldermead package within the R console
Install from CRAN:
install.packages("neldermead")

Install from Github:
library("remotes")
install_github("cran/neldermead")

Install by package version:
library("remotes")
install_version("neldermead", "1.0-12")



Attach the package and use:
library("neldermead")
Maintained by
Sebastien Bihorel
[Scholar Profile | Author Map]
First Published: 2010-05-05
Latest Update: 2022-02-01
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 shape simplex method of Spendley, Hext and Himsworth (unconstrained optimization with a fixed shape simplex, 1962) , the variable shape simplex method of Nelder and Mead (unconstrained optimization with a variable shape simplex made, 1965) , and Box's complex method (constrained optimization with a variable shape simplex, 1965) .
How to cite:
Sebastien Bihorel (2010). neldermead: R Port of the 'Scilab' Neldermead Module. R package version 1.0-12, https://cran.r-project.org/web/packages/neldermead. Accessed 11 May. 2025.
Previous versions and publish date:
1.0-1 (2010-05-05 13:27), 1.0-2 (2010-05-12 09:22), 1.0-3 (2010-05-26 08:55), 1.0-4 (2010-09-17 11:52), 1.0-5 (2011-01-16 10:37), 1.0-6 (2011-03-31 10:56), 1.0-7 (2012-10-29 08:59), 1.0-8 (2014-02-04 10:35), 1.0-9 (2014-03-03 00:10), 1.0-10 (2015-01-11 23:16), 1.0-11 (2018-02-14 01:39), 1.0 (2010-05-05 10:08)
Other packages that cited neldermead R package
View neldermead citation profile
Other R packages that neldermead depends, imports, suggests or enhances
Complete documentation for neldermead
Functions, R codes and Examples using the neldermead R package
Some associated functions: costf.transposex . fmin.gridsearch . fminbnd.function . fminbnd . fminbnd.outputfun . fminsearch.function . fminsearch . fminsearch.outputfun . neldermead-package . neldermead.algo . neldermead.destroy . neldermead.function . neldermead.get . neldermead . neldermead.restart . neldermead.search . neldermead.set . neldermead.startup . optimget . optimset.method . optimset . 
Some associated R codes: boxlinesearch.R . costf.transposex.R . fmin.gridsearch.R . fminbnd.R . fminbnd.function.R . fminbnd.outputfun.R . fminsearch.R . fminsearch.function.R . fminsearch.outputfun.R . is.R . neldermead.R . neldermead.algo.R . neldermead.autorestart.R . neldermead.box.R . neldermead.costf.R . neldermead.destroy.R . neldermead.fixed.R . neldermead.function.R . neldermead.get.R . neldermead.interpolate.R . neldermead.isrkelley.R . neldermead.isroneill.R . neldermead.istorestart.R . neldermead.log.R . neldermead.outputcmd.R . neldermead.restart.R . neldermead.scaletocenter.R . neldermead.scaletox0.R . neldermead.search.R . neldermead.set.R . neldermead.startup.R . neldermead.storehistory.R . neldermead.termination.R . neldermead.termstartup.R . neldermead.updatesimp.R . neldermead.variable.R . optimget.R . optimset.R . optimset.method.R . print.neldermead.R . scaleinconstraints.R . summary.neldermead.R .  Full neldermead package functions and examples
Downloads during the last 30 days
04/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/0605/0705/0805/09Downloads for neldermead05101520253035TrendBars

Today's Hot Picks in Authors and Packages

betaSandwich  
Robust Confidence Intervals for Standardized Regression Coefficients
Generates robust confidence intervals for standardized regression coefficients using heteroskedasti ...
Download / Learn more Package Citations See dependency  
cliapp  
Create Rich Command Line Applications
Create rich command line applications, with colors, headings, lists, alerts, progress bars, etc. It ...
Download / Learn more Package Citations See dependency  
hash  
Full Featured Implementation of Hash Tables/Associative Arrays/Dictionaries
Implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposef ...
Download / Learn more Package Citations See dependency  
strategicplayers  
Strategic Players
Identifies individuals in a social network who should be the intervention subjects for a network int ...
Download / Learn more Package Citations See dependency  
bootImpute  
Bootstrap Inference for Multiple Imputation
Bootstraps and imputes incomplete datasets. Then performs inference on estimates obtained from analy ...
Download / Learn more Package Citations See dependency  
PTwins  
Percentile Estimation of Fetal Weight for Twins by Chorionicity
Package to Percentile estimation of fetal weight for twins by chorionicity (dichorionic-diamniotic o ...
Download / Learn more Package Citations See dependency  

24,223

R Packages

207,311

Dependencies

65,402

Author Associations

24,224

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA