凸优化matlab代码


CVX-一款在matlab中,用于解决计算包括凸优化等问题,支持线性优化和二次方优化以及半正定算法。-CVX is a modeling system for constructing and solving disciplined convex programs (DCPs). CVX supports a number of standard problem types, including linear and quadratic programs (LPs/QPs), second-order cone programs (SOCPs), and semidefinite programs (SDPs).
资源截图
代码片段和文件信息
% CVX: A system for disciplined convex programming.
%   CVX is a modeling framework for building constructing and solving
%   disciplined convex programs. 
%
%   cvx_setup        - Sets up and tests the cvx distribution.
%   cvx_error        - Formats text for inclusion in error messages.
%   cvx_license      - License processing for CVX Professional.
%   cvx_startup      - Quietly add CVX to your MATLAB path (for startup).
%   cvx_version      - Returns version and environment information for CVX.
%
%   commands/        - Top-level commands to create and control CVX.
%   functions/       - Additional functions created specifically for CVX.
%   keywords/        - Keywords for declaring variables and objectives
%   lib/             - Code for internal use by CVX.
%   sdpt3/           - The SDPT3 semidefinite-quadratic-linear solver.
%   sedumi/          - The SeDuMi semidefinite-quadratic-linear solver.
%   sets/            - CVX set definitions: nonnegative semidefinite etc.
%   shims/           - Interface code to connect CVX to solvers.
%   structures/      - Matrix structure definitions and utilities.
%   doc/             - Documentation (PDF HTML)

% Copyright 2005-2013 CVX Research Inc.
% See the file COPYING.txt for full copyright information.
% The command ‘cvx_where‘ will show where this file is located.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-12-03 17:05  cvx
     目录           0  2013-12-03 17:05  cvxstructures
     文件         589  2013-07-22 19:56  cvxstructurescvx_s_symmetric.m
     文件        1413  2013-07-22 19:56  cvxstructurescvx_s_sparse.m
     文件         425  2013-07-22 19:56  cvxstructurescvx_s_complex.m
     文件         500  2013-07-22 19:56  cvxstructurescvx_s_upper_hankel.m
     文件        9972  2013-09-12 15:19  cvxstructurescvx_create_structure.m
     文件         694  2013-07-22 19:56  cvxstructurescvx_s_skew_symmetric.m
     文件         327  2013-07-22 19:56  cvxstructurescvx_s_lower_hessenberg.m
     文件         693  2013-07-22 19:56  cvxstructurescvx_replicate_structure.m
     文件        1143  2013-07-22 19:56  cvxstructurescvx_s_banded.m
     文件         327  2013-07-22 19:56  cvxstructurescvx_s_upper_hessenberg.m
     文件         594  2013-07-22 19:56  cvxstructurescvx_s_symmetric_ut.m
     文件         327  2013-07-22 19:56  cvxstructurescvx_s_lower_triangular.m
     文件         327  2013-07-22 19:56  cvxstructurescvx_s_lower_bidiagonal.m
     文件        1854  2013-07-22 19:56  cvxstructuresContents.m
     目录           0  2013-12-03 17:05  cvxstructures@cvx
     文件        1853  2013-07-22 19:56  cvxstructures@cvxstructures.m
     文件         430  2013-07-22 19:56  cvxstructurescvx_s_hankel.m
     文件         303  2013-07-22 19:56  cvxstructurescvx_s_diagonal.m
     文件         313  2013-07-22 19:56  cvxstructurescvx_s_tridiagonal.m
     文件         327  2013-07-22 19:56  cvxstructurescvx_s_upper_bidiagonal.m
     文件         848  2013-07-22 19:56  cvxstructurescvx_s_hermitian.m
     文件        2905  2013-07-22 19:56  cvxstructurescvx_orthog_structure.m
     文件         928  2013-07-22 19:56  cvxstructurescvx_invert_structure.m
     文件         340  2013-07-22 19:56  cvxstructurescvx_s_scaled_identity.m
     文件         330  2013-07-22 19:56  cvxstructurescvx_s_upper_triangular.m
     文件         571  2013-07-22 19:56  cvxstructurescvx_s_toeplitz.m
     文件        9583  2013-12-03 17:05  cvxcvx_version.m
     目录           0  2013-12-03 17:05  cvxkeywords
     文件        1783  2013-07-22 19:56  cvxkeywordshypograph.m
............此处省略1399个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)