搜索资源列表
optimizationinC
- 最优化算法C语言程序,包括Newon弦切法、单纯行法、抛物线插值法、最速下降法、Powell法-Optimization algorithm C Language Program, including String Newon cutting method, simple lines law, the parabolic interpolation method, steepest descent method, Powell method
PSO_2D
- Matlab语言编写的2维粒子群算法进行函数最优化的源代码,并附有AVI视频演示!-2-D particle swarm optimization source code for optimization (with the AVI video!)
AntTSP
- TSP问题关于蚁群最优化算法的MATLAB程序-Ant colony optimization about TSP algorithm of MATLAB
optim
- 最优化函数集,包括线性规划,非线性规划,带约束优化问题等-Optimization function sets, including linear programming, nonlinear programming, constrained optimization problems, etc
zyhMATLAB
- matlab编程,最优化算法的二十个小例子,希望对大家有用。-matlab programming, optimization algorithms for 20 small example, we want to be useful.
russian_doll
- 俄罗斯套娃,源程序。快速开始...简单优化,效率高,时间短,最优化算法-visual c++
Levenberg_Marquardt
- Levenberg Marquardt最优化算法.-the Optimization algorithm of Levenberg Marquardt.
immune-algorithm-in-matlab
- 免疫算法同样也是一种全局最优化算法,在本文讲述了他的matlab实现-Immune algorithm is also a global optimization algorithm, implemented in this article about his matlab
quetion3
- 此为matlab一个小程序,用于最优化算法。此文件为源代码,经过多次验证可行。将代码输入matlab就可以运行-This is the matlab a small program, used for optimization algorithm.This document is the source code, after repeated verification feasible.The input matlab code can run
Linear-search-technology
- 最优化算法中的线性搜索技术,对于线性规划问题中求取最大最小值非常有用-Linear optimization algorithm search technology, for the linear programming problem is very useful to strike a maximum and minimum
Quadratic-Programming-Algorithm
- 最优化算法中的二次规划算法,对二次规划问题很有用-Optimization algorithm quadratic programming algorithm is useful for quadratic programming problems
Quasi-Newton-method
- 最优化算法中的拟牛顿法,是一种非线性算法问题-Optimization algorithm quasi-Newton method, is a nonlinear algorithm problems
Trust-region-methods
- 最优化算法中的信赖域方法,是一种非线性算法-Optimization algorithms in the trust region method, is a nonlinear algorithm
二阶段法matlab
- 最优化方法两阶段法与单纯形法matlab代码(Optimization method, two stage method and simplex method)
布谷鸟算法
- 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search by Univer
精通MATLAB最优化计算
- 这是《精通MATLAB最优化计算》电子书,收集多种优化算法,简单易学,适合初学者学习。(This is "proficient in MATLAB optimization computing" e-books, collecting a variety of optimization algorithms, easy to learn, suitable for beginners to learn.)
智能优化算法资料
- 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
精通MATLAB最优化计算
- 各类优化算法,MATLAB,源程序,带说明(All kinds of optimization algorithms, MATLAB, source program, instruction)
最优化问题相关算法
- 运筹学最优化问题的相关算法文件Optimization of operational research(Optimization of operational research)
L-BFGS-B-C-master
- 基于梯度下降法的最优迭代算法,在深度学习和神经网络中应用非常广泛,也非常好用(The optimal iterative algorithm based on gradient descent method is widely used in depth learning and neural network, and it is also very useful.)