Multi-Objective Sequential Quandratic Programming

Version 1.1 (24.5 KB) by Ismael Vaz
MOSQP is a multiobjective optimization solver for bound, linear, and nonlinear constrained problems
889 Downloads
Updated 13 Sep 2016

View License

MOSQP is a multiobjective optimization solver for bound, linear, and nonlinear constrained problems (for which the derivatives of the objective functions and constraints exist).
The algorithm performs Sequential Quadratic Programming type iterations to build an approximation to the Pareto front.
MOSQP makes use of derivative information of the objective functions and constraints to build quadratic models from which search directions are obtained. It has been shown to be efficient and robust for a large set of bound and constrained multiobjective optimization problems.
The code is written in MATLAB. It provides an interface with AMPL. See the solver webpage at http://www.norg.uminho.pt/aivaz/MOSQP.
MOSQP is freely available for educational, research, and commercial use, but we expect that all publications describing work using this software quote the reference given below.
J. Fliege and A. I. F. Vaz, A method for constrained multiobjective optimization based on SQP techniques, SIOPT, to appear.

Cite As

Ismael Vaz (2026). Multi-Objective Sequential Quandratic Programming (https://www.mathworks.com/matlabcentral/fileexchange/58821-multi-objective-sequential-quandratic-programming), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.1

Description Update
Description update.