fminslp

バージョン 1.1.0 (10.8 KB) 作成者: René Sørensen
Matlab based optimizer framework for Sequential Linear Programming (SLP) coupled with a global convergence filter
ダウンロード: 134
更新 2020/5/28

Matlab based optimizer framework for Sequential Linear Programming (SLP) coupled with a global convergence filter and an adaptive move-limit strategy. The algorithm can handle linear equality, linear in-equality, non-linear in-equality, and non-linear equality constraints. A merit function approach is applied to ensure unconditional feasibility of the linearized sub problem.

The global convergence filter monitors progression of the penalized objective function (the merit function), and the associated non-linear constraints. Based on the response, the filter algorithm adjusts the move-limits to ensure stable convergence. The convergence filter is based on the following papers by Chin CM, Fletcher R (1999) and Fletcher R, Leyffer S, Toint PL (1998).

The adaptive move-limit strategy controls the box-constraints (upper and lower bounds for the design variables) and is based on the work by professor Erik Lund from Aalborg University.

The overall framework is based on an implementation developed during my Ph.d. studies. It was first used for the following paper:

R Soerensen, E Lund (2015): Thickness filters for gradient based multi-material and thickness optimization of laminated composite structures, Structural and Multidisciplinary Optimization 52 (2), 227-250 https://doi.org/10.1007/s00158-015-1230-3.

Please refer to this paper when citing the fminslp algorithm.

References: Chin CM, Fletcher R (1999): On the global convergence of an SLP- filter algorithm that takes EQP steps. Numerical Analysis Report NA/199, Department of Mathematics, University of Dundee,Scotland, UK

Fletcher R, Leyffer S, Toint PL (1998): On the global convergence of an SLP-filter algorithm. Numerical Analysis Report NA/183, Department of Mathematics, University of Dundee, Scotland, UK

引用

René Sørensen (2024). fminslp (https://github.com/rensor/fminslp), GitHub. 取得済み .

Sørensen, René, and Erik Lund. “Thickness Filters for Gradient Based Multi-Material and Thickness Optimization of Laminated Composite Structures.” Structural and Multidisciplinary Optimization, vol. 52, no. 2, Springer Nature, Mar. 2015, pp. 227–50, doi:10.1007/s00158-015-1230-3.

その他のスタイルを見る
MATLAB リリースの互換性
作成: R2018b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFIR Filter Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.1.0

Changed default behavior wrt., user supplied gradients. Now, the program assumes no user supplied gradients. Same as with fmincon.If the user has analytical gradients

1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。