fminslp

Matlab based optimizer framework for Sequential Linear Programming (SLP) coupled with a global convergence filter
134 Downloads
Updated 28 May 2020

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

Cite As

René Sørensen (2024). fminslp (https://github.com/rensor/fminslp), GitHub. Retrieved .

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.

View more styles
MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
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

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.