资源列表
(FR共轭梯度法程序)
- 在共轭梯度法的实际使用中, 通常在迭代 ?? 步或 ?? + 1 步之后, 重新取负梯 度方向作为搜索方向, 我们称之为再开始共轭梯度法. 这是因为对于一般非二次 函数而言, ?? 步迭代后共轭梯度法产生的搜索方向往往不再具有共轭性. 而对于 大规模问题, 常常每 ??(?? < ?? 或 ?? ? ??) 步就进行再开始. 此外, 当搜索方向不 是下降方向时, 也插入负梯度方向作为搜索方向.(In the practical use of conjugate gradient m
修正牛顿法 Matlab 程序
- 牛顿法进行修正. 修正的途径之一是将牛顿法和最速下降法结合起来, 构造 所谓的“牛顿-最速下降混合算法”,(One way of correction is to combine Newton method with steepest descent method The Newton steepest descent hybrid algorithm is called",)
阻尼牛顿法程序)
- 由于实际问题的精确极小点一般是不知道的, 因此初始点的选取给算法的实 际操作带来了很大的困难. 为了克服这一困难, 可引入线搜索技术以得到大范围 收敛的算法, 即所谓的阻尼牛顿法(Since the exact minimum points of the actual problem are generally unknown, the selection of the initial points is given to the algorithm In order to overcom
信赖域方法 Matlab 程序)
- 信赖域方法中子问题的求解是算法实现的关键. 信赖域子问题 是一个 目标函数为二次函数的约束优化问题.(The trust region method is the key to the realization of the algorithm. The trust region subproblem is one of the key problems The objective function is a constrained optimization problem with two
multi_user_MIMO
- multi_user_ mimo_simulation
STTC_simulation
- matlab _ STTC_simulation
16QAM
- 16-QAM Modulation simulatin matlab
caculation_lagrange
- 基于matlab程序的拉格朗日插值程序,使用拉格朗日程序进行插值得出结果(This code is based on matlab to shown lagrange result)
ZEMAX_2009
- 常用光学设计软件,可用于光学成像、照明、光线传输等模型建立、特性模拟及优化。(optical design. It can be used to model setup, modelling and optimization for optical imaging, illumination, light ray transmission etc.)
SOAsearch.m
- 在Matlab实现了模拟人群搜索(SOA)的智能搜索算法。(The Seeker Optimization Algorithm in Matlab.)
uload_generator_blade_user
- 本程序可以批量生成Bladed极限载荷计算文件(This procedure can be generated in batches Bladed limit load calculation file)
元胞自动机与Matlab
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method for simulating local rules and