fminsearch_(funfcn,​x0,options,varargin​)

Works around a bug (or design defect) in fminsearch.

現在この提出コンテンツをフォロー中です。

The standard fminsearch function uses an unreliable and faulty method for setting the initial x step, e.g. as illustrated by the case fminsearch(@(x) (x-1)^2,1e-3). (The return value is close to zero.) fminsearch_ provides user control of the x step, and uses a more reliable default, e.g. fminsearch_(@(x) (x-1)^2,1e-3) returns 1.

引用

Kenneth Johnson (2026). fminsearch_(funfcn,x0,options,varargin) (https://jp.mathworks.com/matlabcentral/fileexchange/57284-fminsearch_-funfcn-x0-options-varargin), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersNonlinear Optimization についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

Version 1.1: Added varargin{:} to fminsearch arguments.

1.0.0.0