登录
首页 » PPT » optimization-mathematical-methods

optimization-mathematical-methods

于 2016-04-06 发布 文件大小:7058KB
0 251
下载积分: 1 下载次数: 5

代码说明:

  最优化课件用于最优化数学方法学习,包括惩罚函数,乘子法等(Optimization courseware for optimizing mathematical methods of learning, including the penalty function multiplier method)

文件列表:

最优化课件
..........\最优化
..........\......\最优化方法课件(06-07(2))
..........\......\........................\信赖域方法.ppt,623104,2007-06-12
..........\......\........................\理论部分(一)
..........\......\........................\..............\凸集与凸函数(一).ppt,1035776,2007-04-10
..........\......\........................\..............\收敛性分析.ppt,575488,2007-04-10
..........\......\........................\..............\无约束最优化问题的最优性条件.ppt,297472,2007-04-10
..........\......\........................\理论部分(二)
..........\......\........................\..............\凸集(二).ppt,347648,2007-05-09
..........\......\........................\..............\约束最优化问题的最优性条件.ppt,803328,2007-05-12
..........\......\........................\第一章 基本概念.ppt,550400,2007-04-11
..........\......\........................\第七章 约束最优化方法.ppt,2114560,2007-06-19
..........\......\........................\第三章 线性搜索.ppt,2085888,2007-05-23
..........\......\........................\第六章 二次规划.ppt,803328,2007-06-06
..........\......\........................\第四章 无约束最优化方法.ppt,2254848,2007-06-14
..........\最优化方法课件
..........\..............\第一章线性规划
..........\..............\..............\第一章 1.3.1 单纯形法的基本思路.ppt,293376,2012-02-20
..........\..............\..............\第一章 1.4 大M法和两阶段法.ppt,208896,2000-09-07
..........\..............\..............\第一章 1.5 线性规划的应用.ppt,333312,2012-02-20
..........\..............\..............\第一章1.1 线性规划问题及其数学模型.ppt,208384,2012-02-20
..........\..............\..............\第一章1.2.1 线性规划问题的图解法.ppt,443392,2006-08-24
..........\..............\..............\第一章1.2.2 线性规划问题解的基本理论.ppt,115200,2006-08-24
..........\..............\..............\第一章1.2.2.2 解的基本定理.ppt,191488,2006-08-24
..........\..............\第三章非线性规划
..........\..............\................\非线性规划(1).ppt,353280,2012-03-12
..........\..............\第二章整数规划
..........\..............\..............\第二章 整数规划.ppt,750592,2012-03-12
..........\..............\第五章约束最优化
..........\..............\................\第6章.ppt,1694208,2012-04-15
..........\..............\第四章无约束问题最优化
..........\..............\......................\无约束.ppt,1585152,2012-03-14
..........\运筹学与最优化方法-课件
..........\........................\运筹学与最优化方法-课件
..........\........................\........................\第10章.ppt,981504,2003-08-31
..........\........................\........................\第1章.ppt,277504,2003-08-31
..........\........................\........................\第2章.ppt,355328,2003-09-01
..........\........................\........................\第3章.ppt,1016832,2003-09-01
..........\........................\........................\第4章.ppt,264704,2003-09-01
..........\........................\........................\第5章.ppt,316928,2003-09-01
..........\........................\........................\第6章.ppt,450560,2003-09-01
..........\........................\........................\第7章.ppt,437760,2003-09-01
..........\........................\........................\第8章.ppt,342528,2012-02-27
..........\........................\........................\第9章.ppt,659968,2003-09-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • seiseePIntroduction
    seisee 读取地震数据英文使用说明文档(seisee read seismic data for use in English documentation)
    2012-11-08 14:53:46下载
    积分:1
  • 共轭梯度法
    说明:  共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method Gradient) is a method between the steepest descent method and Newton's method. It only uses the first derivative information, but overcomes the disadvantage of slow convergence of steepest descent method, and avoids the disadvantage of storing and calculating Hesse matrix and solving inverse of Newton's method. Conjugate gradient method is not only one of the most useful methods to solve large-scale linear equations, but also the most effective method to solve large-scale nonlinear optimization One of the algorithms of. Among all kinds of optimization algorithms, conjugate gradient method is very important. It has the advantages of small storage, step convergence, high stability and no external parameters.)
    2020-06-27 15:46:08下载
    积分:1
  • SM3
    python编写SM3密码杂凑算法,测试字符串abc, abcd*16(written in python SM3 password hash algorithm, the test string abc, abcd.* 16)
    2012-08-04 15:34:55下载
    积分:1
  • runge
    说明:  四阶龙哥库塔方法求解一阶微分方程的数值解法,能自定义迭代步数和迭代精度,非常适合于计算方法的初学者。(Long Ge Kuta fourth-order methods for a numerical solution of differential equations can be customized and iterative iterations precision calculation method is suitable for beginners)
    2010-04-29 12:26:47下载
    积分:1
  • MillerRabin()
    素性检测的miller-rabin算法。。。。。(Primality testing)
    2011-11-23 16:56:41下载
    积分:1
  • Linearized-Bregman
    linearized bregman 用于压缩感知中的稀疏信号恢复(linearized bregman)
    2011-05-25 18:33:17下载
    积分:1
  • ssor-pcg
    超松弛预处理共轭梯度法,用于求解有限元计算中常见的大型对称稀疏矩阵(Overrelaxation preconditioned conjugate gradient method for solving the finite element calculation of large symmetric sparse matrix)
    2021-04-26 10:18:45下载
    积分:1
  • multiplelinearregression
    说明:  多元线性回归的C++源码,在VC6.0上可直接运行!(Multiple Linear Regression C++ source code, can be directly run in VC6.0!)
    2009-08-25 11:35:52下载
    积分:1
  • FFRLS
    利用遗忘因子递推最小二乘法做的参数估计,介绍还算详尽(Forgetting factor recursive least squares method using the parameter estimates do)
    2020-11-27 15:09:30下载
    积分:1
  • k-means-clustering
    用C语言程序通过先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。(C Programming Language by first randomly selected the K object as initial cluster centers. And then calculate the distance between each object and each seed cluster center, and assign each object to its nearest cluster center. Cluster centers, and the object assigned to them on behalf of a clustering. Once all the objects are assigned to each cluster cluster centers will be based on the existing object clustering is recalculated.)
    2012-09-20 11:50:09下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载