国产第1页_91在线亚洲_中文字幕成人_99久久久久久_五月宗合网_久久久久国产一区二区三区四区

讀書月攻略拿走直接抄!
歡迎光臨中圖網 請 | 注冊

包郵 凸優化算法

出版社:清華大學出版社出版時間:2016-05-01
開本: 16開 頁數: 564
中 圖 價:¥44.6(5.0折) 定價  ¥89.0 登錄后可看到會員價
加入購物車 收藏
開年大促, 全場包郵
?新疆、西藏除外
本類五星書更多>
買過本商品的人還買了

凸優化算法 版權信息

  • ISBN:9787302430704
  • 條形碼:9787302430704 ; 978-7-302-43070-4
  • 裝幀:一般膠版紙
  • 冊數:暫無
  • 重量:暫無
  • 所屬分類:>

凸優化算法 本書特色

本書幾乎囊括了所有主流的凸優化算法。包括梯度法、次梯度法、多面體逼近法、鄰近法和內點法等。這些方法通常依賴于代價函數和約束條件的凸性(而不一定依賴于其可微性),并與對偶性有著直接或間接的聯系。作者針對具體問題的特定結構,給出了大量的例題,來充分展示算法的應用。各章的內容如下: 第1章,凸優化模型概述; 第2章,優化算法概述; 第3章,次梯度算法; 第4章,多面體逼近算法; 第5章,鄰近算法; 第6章,其他算法問題。本書的一個特色是在強調問題之間的對偶性的同時,也十分重視建立在共軛概念上的算法之間的對偶性,這常常能為選擇合適的算法實現方式提供新的靈感和計算上的便利。

凸優化算法 內容簡介

隨著大規模資源分配、信號處理、機器學習等應用領域的快速發展,凸優化近來正引起人們日益濃厚的興趣。本書力圖給大家較為全面通俗地介紹求解大規模凸優化問題的*算法。本書幾乎囊括了所有主流的凸優化算法。包括梯度法,次梯度法,多面體逼近法,鄰近法和內點法等。這些方法通常依賴于代價函數和約束條件的凸性(而不一定依賴于其可微性),并與對偶性有著直接或間接的聯系。作者針對具體問題的特定結構,給出了大量的例題,來充分展示算法的應用。  

凸優化算法 目錄

contents 1. convex optimization models: an overview . . . . . . p. 1 1.1. lagrangeduality .......... .......... p.2 1.1.1. separable problems – decomposition . . . . . . . . . p. 7 1.1.2. partitioning .................... p.9 1.2. fenchel duality and conic programming . . . . . . . . . . p. 10 1.2.1. linearconicproblems . . . . . . . . . . . . . . . p.15 1.2.2. second order cone programming . . . . . . . . . . . p. 17 1.2.3. semide.nite programming . . . . . . . . . . . . . . p. 22 1.3. additivecostproblems . . . . . . . . . . . . . . . . . p.25 1.4. largenumberofconstraints . . . . . . . . . . . . . . . p.34 1.5. exactpenalty functions . . . . . . . . . . . . . . . . p.39 1.6. notes,sources,andexercises . . . . . . . . . . . . . . p.47 2. optimization algorithms: an overview . . . . . . . . p. 53 2.1. iterativedescentalgorithms . . . . . . . . . . . . . . . p.55 2.1.1. di.erentiable cost function descent – unconstrained . . . . problems ..................... p.58 2.1.2. constrained problems – feasible direction methods . . . p. 71 2.1.3. nondi.erentiable problems – subgradient methods . . . p. 78 2.1.4. alternative descent methods . . . . . . . . . . . . . p. 80 2.1.5. incrementalalgorithms . . . . . . . . . . . . . . . p.83 2.1.6. distributed asynchronous iterative algorithms . . . . p. 104 2.2. approximationmethods . . . . . . . . . . . . . . . p.106 2.2.1. polyhedral approximation . . . . . . . . . . . . . p. 107 2.2.2. penalty, augmented lagrangian, and interior . . . . . . . pointmethods .................. p.108 2.2.3. proximal algorithm, bundle methods, and . . . . . . . . . tikhonovregularization . . . . . . . . . . . . . . p.110 2.2.4. alternating direction method of multipliers . . . . . p. 111 2.2.5. smoothing of nondi.erentiable problems . . . . . . p. 113 2.3. notes,sources,andexercises . . . . . . . . . . . . . p.119 3. subgradientmethods . . . . . . . . . . . . . . . p.135 3.1. subgradients of convex real-valued functions . . . . . . p. 136 iv contents 3.1.1. characterization of the subdi.erential . . . . . . . . p. 146 3.2. convergence analysis of subgradient methods . . . . . . p. 148 3.3. .-subgradientmethods ................ p.162 3.3.1. connection with incremental subgradient methods . . p. 166 3.4. notes,sources,andexercises . . . . . . . . . . . . . . p.167 4. polyhedral approximation methods . . . . . . . . . p. 181 4.1. outer linearization – cutting plane methods . . . . . . p. 182 4.2. inner linearization – simplicial decomposition . . . . . . p. 188 4.3. duality of outer and inner linearization . . . . . . . . . p. 194 4.4. generalized polyhedral approximation . . . . . . . . . p. 196 4.5. generalized simplicial decomposition . . . . . . . . . . p. 209 4.5.1. di.erentiablecostcase . . . . . . . . . . . . . . p.213 4.5.2. nondi.erentiable cost and side constraints . . . . . p. 213 4.6. polyhedral approximation for conic programming . . . . p. 217 4.7. notes,sources,andexercises . . . . . . . . . . . . . . p.228 5. proximalalgorithms . . . . . . . . . . . . . . . p.233 5.1. basic theory of proximal algorithms . . . . . . . . . . p. 234 5.1.1. convergence ................... p.235 5.1.2. rateofconvergence. . . . . . . . . . . . . . . . p.239 5.1.3. gradient interpretation . . . . . . . . . . . . . . p. 246 5.1.4. fixed point interpretation, overrelaxation, . . . . . . . . . andgeneralization ................ p.248 5.2. dualproximalalgorithms . . . . . . . . . . . . . . . p.256 5.2.1. augmented lagrangian methods . . . . . . . . . . p. 259 5.3. proximal algorithms with linearization . . . . . . . . . p. 268 5.3.1. proximal cutting plane methods . . . . . . . . . . p. 270 5.3.2. bundlemethods ................. p.272 5.3.3. proximal inner linearization methods . . . . . . . . p. 276 5.4. alternating direction methods of multipliers . . . . . . . p. 280 5.4.1. applications in machine learning . . . . . . . . . . p. 286 5.4.2. admm applied to separable problems . . . . . . . p. 289 5.5. notes,sources,andexercises . . . . . . . . . . . . . . p.293 6. additional algorithmic topics . . . . . . . . . . . p. 301 6.1. gradientprojectionmethods . . . . . . . . . . . . . . p.302 6.2. gradient projection with extrapolation . . . . . . . . . p. 322 6.2.1. an algorithm with optimal iteration complexity . . . p. 323 6.2.2. nondi.erentiable cost – smoothing . . . . . . . . . p. 326 6.3. proximalgradientmethods . . . . . . . . . . . . . . p.330 6.4. incremental subgradient proximal methods . . . . . . . p. 340 6.4.1. convergence for methods with cyclic order . . . . . p. 344 contents 6.4.2. convergence for methods with randomized order . . p. 353 6.4.3. application in specially structured problems . . . . . p. 361 6.4.4. incremental constraint projection methods . . . . . p. 365 6.5. coordinatedescentmethods . . . . . . . . . . . . . . p.369 6.5.1. variants of coordinate descent . . . . . . . . . . . p. 373 6.5.2. distributed asynchronous coordinate descent . . . . p. 376 6.6. generalized proximal methods . . . . . . . . . . . . . p. 382 6.7. .-descent and extended monotropic programming . . . . p. 396 6.7.1. .-subgradients .................. p.397 6.7.2. .-descentmethod........ ......... p.400 6.7.3. extended monotropic programming duality . . . . . p. 406 6.7.4. special cases of strong duality . . . . . . . . . . . p. 408 6.8. interiorpointmethods . . . . . . . . . . . . . . . . p.412 6.8.1. primal-dual methods for linear programming . . . . p. 416 6.8.2. interior point methods for conic programming . . . . p. 423 6.8.3. central cutting plane methods . . . . . . . . . . . p. 425 6.9. notes,sources,andexercises . . . . . . . . . . . . . . p.426 appendix a: mathematical background . . . . . . . . p. 443 a.1. linearalgebra ........... ......... p.445 a.2. topologicalproperties . . . . . . . . . . . . . . . . p.450 a.3. derivatives ..................... p.456 a.4. convergencetheorems . . . . . . . . . . . . . . . . p.458 appendix b: convex optimization theory: a summary . p. 467 b.1. basic concepts of convex analysis . . . . . . . . . . . p. 467 b.2. basic concepts of polyhedral convexity . . . . . . . . . p. 489 b.3. basic concepts of convex optimization . . . . . . . . . p. 494 b.4. geometric duality framework . . . . . . . . . . . . . p. 498 b.5. duality andoptimization . . . . . . . . . . . . . . . p.505 references .............. ......... p.519 index ................. ......... p.557 
展開全部

凸優化算法 作者簡介

德梅萃·博塞克斯(Dimitri P.Bertsekas),教授是優化理論的國際學者、美國國家工程院院士,現任美國麻省理工學院電氣工程與計算機科學系教授,曾在斯坦福大學工程經濟系和伊利諾伊大學電氣工程系任教,在優化理論、控制工程、通信工程、計算機科學等領域有豐富的科研教學經驗,成果豐碩。博塞克斯教授是一位多產作者,著有14本專著和教科書。

商品評論(0條)
暫無評論……
書友推薦
本類暢銷
編輯推薦
返回頂部
中圖網
在線客服
主站蜘蛛池模板: 亚洲国产美女视频 | 99riav国产精品 | 国产91久久精品一区二区 | 国产精品久久免费 | 日本乱理伦中文三区 | 毛片网站免费在线观看 | 免费无码成人片 | 日韩美女奶水喂男人在线观看 | 精品国产1区 | 草久伊人| 久久精品一区二区三区日韩 | 欧美中文字幕一区二区三区 | 日本a及毛片免费视频 | 男女啪啪的网站 | 日韩欧美印度一级毛片 | 亚洲精品入口一区二区乱成人 | www在线视频观看 | 香蕉视频一区二区三区 | 精品国产一区二区三区av 性色 | 国产a国产 | 亚洲国产成人精彩精品 | 午夜网站在线 | 久草美女视频 | 欧美一级特黄一片免费 | 国产成人精品一区二区免费 | 亚洲av无码国产精品久久不卡 | 女人让男人桶爽30分钟 | 99久热任我爽精品视频 | 青青草国产精品欧美成人 | 久久精品免观看国产成人 | 精品福利视频在线观看视频 | 一区二区三区 | 青青草国产精品久久 | 国产免费啪啪 | 伊人久久网国产伊人 | 亚洲人成电影网 | 又大又粗又长的高潮视频 | 国产成人综合一区精品 | 亚洲av蜜桃永久无码精品 | 色婷婷亚洲一区二区三区 | 久久爱一区|