Fminineq: constrained minimization

Fminineq solves constrained minimization problems, with both equality and inequality constraints.
589 Downloads
Updated 21 Jan 2015

View License

Authors: David Vallverdu and Marc Trullas.
With the supervision of professor Manel Soria.
This software was developed as a part of a Advanced Thermodynamics course given by Dr. Manel Soria in a Master's degree at ETSEIAT, Polytechnical University of Catalonia, Spain.
Fminineq finds the optimal of
minimize: F0(X)
subject to: Aeq·X = beq
Ain·X <= bin
where F0 is the handle of f:R^n -> R, a class C² derivable function.
Fminineq is restricted to square Ain. For more information, see the help documentation.
Fminineq is aimed at free Gibbs Energy minimization for gas chemical equilibrium problems.
Fminineq uses a primal-dual interior point algorithm based on Boyd & Vandenberghe, Convex Optimization (2004).
The user-end part of Fminineq is designed so that it is similar to the MATLAB method Fmincon.

Cite As

David Vallverdu (2024). Fminineq: constrained minimization (https://www.mathworks.com/matlabcentral/fileexchange/49073-fminineq-constrained-minimization), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: HGS Chemical Equation Solver

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.4.0.0

professor details

1.3.0.0

References

1.2.0.0

Description

1.1.0.0

Updated refferences.

1.0.0.0