2004
DOI: 10.1002/anac.200410015
|View full text |Cite
|
Sign up to set email alerts
|

Efficient Implementation of the Nelder–Mead Search Algorithm

Abstract: The Nelder-Mead or simplex search algorithm is one of the best known algorithms for unconstrained optimization of non-smooth functions. Even though the basic algorithm is quite simple, it is implemented in many different ways. Apart from some minor computational details, the main difference between various implementations lies in the selection of convergence (or termination) tests, which are used to break the iteration process.A fairly simple efficiency analysis of each iteration step reveals a potential compu… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
32
0

Year Published

2011
2011
2019
2019

Publication Types

Select...
7
2

Relationship

0
9

Authors

Journals

citations
Cited by 62 publications
(33 citation statements)
references
References 5 publications
(16 reference statements)
0
32
0
Order By: Relevance
“…The shrinkage requires the computation of n new points, whereas the expansion, reflection, and contraction require the computation of just one new point. Thus, the latter cases, which are the most common in practice, can be accelerated by sorting the points of the simplex using an insertion sort algorithm because the old points of the simplex are already ordered [23]. Additionally, the new mean point can be computed by updating the old one by subtracting the removed point and adding the new one, instead of averaging all n points [23].…”
Section: Optimization Algorithmmentioning
confidence: 98%
“…The shrinkage requires the computation of n new points, whereas the expansion, reflection, and contraction require the computation of just one new point. Thus, the latter cases, which are the most common in practice, can be accelerated by sorting the points of the simplex using an insertion sort algorithm because the old points of the simplex are already ordered [23]. Additionally, the new mean point can be computed by updating the old one by subtracting the removed point and adding the new one, instead of averaging all n points [23].…”
Section: Optimization Algorithmmentioning
confidence: 98%
“…This method does not require any derivative information and is widely used to solve parameter estimation and statistical problems of similar nature [41].…”
Section: Discussionmentioning
confidence: 99%
“…Various forms of term_x and term_f tests have been used in practice, and some common implementations of the algorithm have only one of these two tests [14,15].…”
Section: Termination Testsmentioning
confidence: 99%
“…it is effective and computationally compact. Although the method is relatively old and considering recent advances in direct search methods, the Nelder-Mead method is still among the most popular direct search methods in practice [14,15].…”
Section: Introductionmentioning
confidence: 99%