フィルターのクリア

How does fminsearch generate initial simplex ?

2 ビュー (過去 30 日間)
Pragya Srivastava
Pragya Srivastava 2017 年 5 月 10 日
回答済み: Alan Weiss 2017 年 5 月 10 日
Hi, I want to understand how fminsearch generates its initial simplex with n+1 vertices, given the initial choice of parameters specified by user. For example : if I have to minimise and function f(p) where p=[p1,p2], and I supply an initial p0=[p1in p2in], then fminsearch should first generate a set of 3, 2-d points for simplex method. two of these points can be [p1in 0] and [0 p2in], but how is the third point constructed ?
Also, as a reverse problem, how are the final vertices of (n+1)-dim simplex converted to the values of optimum [p1_opt,p2_opt]. Does fminsearch takes some projection of final vertices along the parameter axes ?
  1 件のコメント
Pragya Srivastava
Pragya Srivastava 2017 年 5 月 10 日
If I understand the algorithm correctly, then is the 3rd point of simplex gives by [p1+0.05*p1,p2+0.05*p2] ?

サインインしてコメントする。

回答 (1 件)

Alan Weiss
Alan Weiss 2017 年 5 月 10 日
The initialization is given in the fminsearch algorithm description.
Alan Weiss
MATLAB mathematical toolbox documentation

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by