文件名称:GRADIENT
介绍说明--下载内容均来自于网络,请自行研究使用
gradient_QU.m
For example, invoking the partial sparse-simplex method with the same setting as the last
example (of the greedy sparse-simplex method) also results with the correct solution:
>>[X,fun_val]=partial_sparse_simplex(@(x)f_QU(A,c,x),@(x)gradient_QU(A,c,x),...
@(x,S)g_QU(A,c,x,S),p,500,[1 1 1 ones(7,1)])
For example, invoking the partial sparse-simplex method with the same setting as the last
example (of the greedy sparse-simplex method) also results with the correct solution:
>>[X,fun_val]=partial_sparse_simplex(@(x)f_QU(A,c,x),@(x)gradient_QU(A,c,x),...
@(x,S)g_QU(A,c,x,S),p,500,[1 1 1 ones(7,1)])
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GRADIENT
........\g_LI.m
........\g_QU.m