主題
Search

Nelder-Mead 方法


Nelder-Mead 方法是一種直接搜尋最佳化方法,對於隨機問題效果尚可。它基於在單純形的頂點處評估函式,然後迭代地縮小單純形,直到找到更好的點並達到所需的界限 (Nelder 和 Mead 1965)。Nelder-Mead 方法的實現方式如下NMinimize[f, vars,Method -> "NelderMead"].


另請參閱

隨機最佳化

使用 探索

參考文獻

Lagarias, J. C.; Reeds, J. A.; Wright, M. H.; and Wright, P. E. "Convergence Properties of the Nelder-Mead Algorithm in Low Dimensions." AT&T Bell Laboratories Tech. Rep. Murray Hill, NJ, 1995.Nelder, J. A. and Mead, R. "A Simplex Method for Function Minimization." Comput. J. 7, 308-313, 1965.Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, 1989.Walters, F. H.; Parker, L. R. Jr.; Morgan, S. L.; and Deming, S. N. Sequential Simplex Optimization: A Technique for Improving Quality and Productivity in Research, Development, and Manufacturing. Boca Raton, FL: CRC Press, 1991.Woods, D. J. An Interactive Approach for Solving Multi-Objective Optimization Problems. Ph.D. thesis. Houston, TX: Rice University, 1985.Wright, M. H. "The Nelder-Mead Method: Numerical Experimentation and Algorithmic Improvements." AT&T Bell Laboratories Techn. Rep. Murray Hill, NJ.Wright, M. H. "Direct Search Methods: Once Scorned, Now Respectable." In Numerical Analysis 1995. Papers from the Sixteenth Dundee Biennial Conference held at the University of Dundee, Dundee, June 27-30, 1995 (Ed. D. F. Griffiths and G. A. Watson). London: Longman, Harlow, pp. 191-208, 1996.

在 中被引用

Nelder-Mead 方法

請引用為

Weisstein, Eric W. "Nelder-Mead 方法。" 來自 —— 資源。 https://mathworld.tw/Nelder-MeadMethod.html

主題分類