代码搜索:Vandenberghe
找到约 147 项符合「Vandenberghe」的源代码
代码结果 147
www.eeworm.com/read/296909/8072783
m load_log_reg_data.m
% Data for the GP logistic regressioni example.
% Obtained from the book Boyd & Vandenberghe "Convex Optimization"
% (figure 7.1, page 355)
randn('state',0);
rand('state',0);
a = 1;
b = -5;
m = 100
www.eeworm.com/read/457216/1599675
m expdesign.m
% Section 7.5.2: Experiment design
% Boyd & Vandenberghe, "Convex Optimization"
% Original version by Lieven Vandenberghe
% Updated for CVX by Almir Mutapcic - Jan 2006
% (a figure is generated)
%
% T
www.eeworm.com/read/457216/1599709
m penalty_comp_cvx.m
% Figure 6.2: Penalty function approximation
% Section 6.1.2
% Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX Argyris Zymnis - 10/2005
%
% Comparison of
www.eeworm.com/read/457216/1599711
m fig6_15.m
% Figure 6.15: A comparison of stochastic and worst-case robust approximation
% Section 6.4.2
% Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX by Joelle
www.eeworm.com/read/457216/1599735
m svm_2.m
% Figure 8.11: Approximate linear discrimination via support vector classifier
% Section 8.6.1, Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX by Joelle
www.eeworm.com/read/457216/1599736
m svm_1.m
% Figure 8.10: Approximate linear discrimination via linear programming
% Section 8.6.1, Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX by Joelle Skaf -
www.eeworm.com/read/457216/1599737
m poly3_discr.m
% Polynomial discrimination
% Section 8.6.2, Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX by Joelle Skaf - 10/23/05
% (a figure is generated)
%
% The g
www.eeworm.com/read/457216/1599746
m poly4_discr.m
% Polynomial discrimination
% Section 8.6.2, Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX by Joelle Skaf - 10/23/05
% (a figure is generated)
%
% The g
www.eeworm.com/read/457216/1599750
m max_vol_ellip_in_polyhedra.m
% Maximum volume inscribed ellipsoid in a polyhedron
% Section 8.4.1, Boyd & Vandenberghe "Convex Optimization"
% Original version by Lieven Vandenberghe
% Updated for CVX by Almir Mutapcic - Jan 200
www.eeworm.com/read/373026/2767614
m expdesign.m
% Section 7.5.2: Experiment design
% Boyd & Vandenberghe, "Convex Optimization"
% Original version by Lieven Vandenberghe
% Updated for CVX by Almir Mutapcic - Jan 2006
% (a figure is generated)
%
% T