Fminineq: constrained minimization

版本 1.4.0.0 (6.5 KB) 作者: David Vallverdu
Fminineq solves constrained minimization problems, with both equality and inequality constraints.
603.0 次下载
更新时间 2015/1/21

查看许可证

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.

引用格式

David Vallverdu (2025). Fminineq: constrained minimization (https://www.mathworks.com/matlabcentral/fileexchange/49073-fminineq-constrained-minimization), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: HGS Chemical Equation Solver

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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