数值优化Numerical_Optimization英文版,高清PDF版本。
2021-04-26 20:48:21 2.86MB 数值优化
1
Numerical Optimization (Second Edition)
2021-04-25 16:50:43 4.45MB Numerical Optimization Nocedal Wright
1
非线性优化方法,包括牛顿梯度法、共轭梯度法、准牛顿梯度法等相关算法,求解各种非凸目标非凸限制等优化问题,对于从事优化领域的学者、老师来说,非常有帮助。
2021-04-02 15:02:59 3.31MB 非凸优化 梯度法 QCQP SOCP
1
Jorge Nocedal Stephen J. Wright Numerical Optimization Second Edition Preface xvii Preface to the Second Edition xxi 1 Introduction 1 MathematicalFormulation ........................ 2 Example:ATransportationProblem ................... 4 ContinuousversusDiscreteOptimization................. 5 ConstrainedandUnconstrainedOptimization .............. 6 GlobalandLocalOptimization ...................... 6 Stochastic and Deterministic Optimization . . .............. 7 Convexity ................................. 7 Optimization Algorith
2021-03-31 20:09:10 3.84MB Numerical Optimization 2ed 第二版
1
人工蜂群ABC算法原型文献 Karaboga, Dervis An idea based on honey bee swarm for numerical optimization
2021-03-30 10:05:02 459KB Karaboga Dervis 人工蜂群算法 ABC
1
Author: (Jorge Nocedal Stephen J. Wright)
2021-03-11 00:26:19 3.11MB Numerical Optimization
1
数值优化学习资料
2021-01-30 17:04:09 2.86MB 数值优化学习资料
1
The Sequential Quadratic Programming (SQP) Algorithm Given a solution estimate xk, and a small step d, an arbitrary numerical optimization problem can be approximated as follow: f(xk+d)=f(xk)+[▽f(xk)] T*d + 1/2*(dT)[▽2f(xk)]*d+.... h(xk+d)=h(xk)+[▽h(xk)]T*d + 1/2*(dT)[▽2h(xk)]*d+.... = 0 g(xk+d)=g(xk)+[▽g(xk)]T*d + 1/2*(dT)[▽2g(xk)]*d+.... >= 0 where x=[x1,x2,…xk]T, d=[d1,d2,…dk]T Form the linearly-constrained/quadratic minimization problem: Minimize: f(xk)+[▽f(xk)]T*d + 1/2*(dT)[▽2f(xk)]*d Subject to: h(xk)+[▽h(xk)]T*d = 0; g(xk)+[▽g(xk)]T*d >=0; In the SQP loop, the approximate QP should be a convex Quadratic Programming, in which the matrix Q = ▽2f(xk) should be positive semidefinite, Q ≥ 0. Actually, the Q is the Hessian matrix of the function f(x) at the point xk.
2019-12-21 22:20:04 273KB SQP Numerical Optimization QP
1
Numerical-Optimization 数值优化 第2版 高清版 pdf 电子书 带目录
2019-12-21 22:12:03 4.75MB 数值优化   Numerical
1