搜索资源列表
optimumt1
- 这是一个高通滤波器的最优化算法。有约束问题采用的是惩罚函数法,无约束问题采用的是单纯形法-this is a high-pass filter to the optimization algorithm. Binding the issue of punitive function without constraint using the simplex method
n1qn3-lib
- 最优化算法,应用有限内存拟牛顿方法(Limited Memory (variable-storage)quasi-Newton method)求解高维最优化问题,使用更多的内存将使算法更有效。-optimization algorithm, Application limited memory quasi-Newton method (Limited Memory (variable-stora ge) quasi--Newton method) for high-dimensional opt
1
- 最优化算法,使用Q型惩罚因子,在matlab环境下运行的通用算法。
ZRrelation
- 通过最优化算法建立雷达反射率因子和雨强的关系。
Marquardt
- 这是一个马奎特最优化算法,通过测试,比一般的最优化算法运算速度要快很多,而且精度也挺高。希望对大家有用
zuiyouhua
- 最优化课程中要用到的所有最优化算法,全都经过验证
c++最优化问题全解答
- 这里包含了比较全和详细的c++程序源代码,其中有牛顿法,dfp法,内点法等
最优化的bfgs算法
- 最优化的bfgs算法,是采用matlab编程,BFGS optimization algorithm, using matlab programming
wolf
- 最优化算法中的wolf求搜索步长的matlab编程实现,希望对大家有帮助-Wolf beg the search step matlab programming optimization algorithm, hope everyone
toro.tar
- 非常优秀的全局最优化算法实现,使用迭代随机梯度下降法处理高维度的最优化问题。国外很多优化工程也是在此基础上开发的。 作者:Giorgio Grisetti Cyrill Stachniss Slawomir Grzonka Wolfram Burgard-TORO is an optimization approach for constraint-network. It provides an efficient, gradient descent-based error minimiza
erfenfa
- 最优化算法中的二分法,是用MATLAB实现的,经过调试的-Optimization of the dichotomy, is to use MATLAB to achieve, through debugging
Test
- 最优化算法——复合形法,VC版本的,编译后,运行速度很好-Optimization algorithms- complex method, VC version, compile, run rate well
conjugate_grad_2d
- 此共轭梯度算法是基于matlab7.0的用于最优化问题中,无约束条件下的最优化求解。-This conjugate gradient algorithm is based on the matlab7.0 for most optimization problems, the non-binding under the conditions for solving optimization.
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
matlab_trm
- MATLAB 有约束信赖域算法,以四元多项式为算例 适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学, 程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning o
OptimizationAlgorithm
- 此代码是采用matlab编写的最优化算法,主要是对求解函数进行最优化分析,最终求出最优解。-This code is prepared using matlab optimization algorithm, the main function is to solve the optimization analysis, the final optimal solution obtained.
LAB3
- 最优化算法,黄金分割法,费波纳齐法计算函数最小值-Optimization algorithm, golden section method, the minimum function Feibonaqi method
蚁群算法解决最优化
- 运用蚁群算法matlab解决运输优化问题,运输网络优化求解(Ant colony algorithm (matlab) is used to solve the transportation optimization problem, and the transportation network is optimized)
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi
0带约束的差分进化算法1
- 基于Python编写的差分进化原理的带边界条件约束算法(A band constraint algorithm based on differential evolution algorithm)