代码搜索:optimization

找到约 10,000 项符合「optimization」的源代码

代码结果 10,000
www.eeworm.com/read/457216/1599674

m detector2.m

% Example 7.4: Binary hypothesis testing % Figure 7.4 % Boyd & Vandenberghe "Convex Optimization" % Original version by Lieven Vandenberghe % Updated for CVX by Michael Grant, 2005-12-19 % Generate t
www.eeworm.com/read/457216/1599687

m chebyshev_center_2d.m

% Section 4.3.1: Compute and display the Chebyshev center of a 2D polyhedron % Boyd & Vandenberghe, "Convex Optimization" % Jo雔le Skaf - 08/16/05 % (a figure is generated) % % The goal is to find the
www.eeworm.com/read/457216/1599693

m max_det_psd_completion.m

% Exercise 4.47: Maximum determinant PSD matrix completion % Boyd & Vandenberghe "Convex Optimization" % Almir Mutapcic - Jan 2006 % % Given a symmetric matrix A in R^(n-by-n) with some entries unspec
www.eeworm.com/read/457216/1599697

m basispursuit.m

% Figures 6.21-6.23: Basis pursuit using Gabor functions % Section 6.5.4 % Boyd & Vandenberghe "Convex Optimization" % Original by Lieven Vandenberghe % Adapted for CVX by Argyris Zymnis - 11/27/2005
www.eeworm.com/read/457216/1599699

m smoothrec_cvx.m

% Figures 6.8-6.10: Quadratic smoothing % Section 6.3.3 % Boyd & Vandenberghe "Convex Optimization" % Original by Lieven Vandenberghe % Adapted for CVX Argyris Zymnis - 10/2005 % % Suppose we have a s
www.eeworm.com/read/457216/1599703

m preference_regions.m

% Example 6.9: Bounding consumer preference % Section 6.5.5, Figures 6.25-6.26 % Boyd & Vandenberghe "Convex Optimization" % Original by Lieven Vandenberghe % Adapted for CVX Argyris Zymnis - 11/30/20
www.eeworm.com/read/457216/1599722

m placement_quar.m

% Figure 8.17: Fourth-order placement problem % Section 8.7.3, Boyd & Vandenberghe "Convex Optimization" % Original by Lieven Vandenberghe % Adapted for CVX by Joelle Skaf - 10/24/05 % (a figure is ge
www.eeworm.com/read/457216/1599728

m eucl_proj_rect.m

% Euclidean projection on a rectangle % Section 8.1.1, Boyd & Vandenberghe "Convex Optimization" % Joelle Skaf - 10/07/05 % % The projection of x0 on a rectangle C = {x | l
www.eeworm.com/read/457216/1599730

m eucl_proj_hlf.m

% Euclidean projection on a halfspace % Sec. 8.1.1, Boyd & Vandenberghe "Convex Optimization" % Joelle Skaf - 10/04/05 % % The projection of x0 on a halfspace C = {x | a'*x
www.eeworm.com/read/457216/1599747

m~ eucl_proj_rect.m~

% Euclidean projection on a rectangle % Section 8.1.1, Boyd & Vandenberghe "Convex Optimization" % Joelle Skaf - 10/07/05 % % The projection of x0 on a rectangle C = {x | l