搜索资源列表
遗传退火进化算法(附源码)
- 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免
zuoye
- 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the applicatio
PSO-toolbox
- PSO的matlab工具箱 群体智能算法:对求解连续函数的极值问题上比GA好用-PSO' s intelligent algorithm matlab toolbox groups: continuous function of solving the issue of the extreme ease of use than GA
ACOUCP
- 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLA
Untitled
- 人口迁移算法,此程序实现人口迁移算法,用于求解无约束连续函数最小化问题。对于最大化问题,请先将其加负号转化为最小化问题-Population migration algorithm to achieve this process migration algorithm for solving unconstrained minimization problem of continuous functions. For the maxim
ACOUCP
- 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for t
FSOUCP
- 此源码是对人工鱼群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial fish school algorithm for unconstrained optimization of continuous function to solve for
Unconstrainedoptimizationofcontinuousfunctionofart
- 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。-This source code is an implementation of artificial ant colony algorithm for unconstrained continuous function optimization, with constraints
PMA-Matlab
- 人口迁移算法,此程序实现人口迁移算法,用于求解无约束连续函数最小化问题,仅供学习参考。-Migration algorithm, this process of population migration algorithm for solving unconstrained continuous function minimization problem, study reference purposes only.
AFSA-MATLAB
- 此源码是对人工鱼群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。仅供学习参考。-This source is a realization of artificial fish school algorithm for unconstrained optimization of continuous functions to solve for t
rengong-swarm-algrithim
- 此函数实现人工鱼群算法,用于求解无约束连续函数最小化问题,仅供学习参考。-Artificial fish school algorithm to achieve this function, continuous function for solving unconstrained minimization problem, study reference purposes only.
rengong-mayi-MATLAB
- 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,仅供学习参考。-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous functions to solve the learning reference purposes only.
genetic
- 遗传算法求解函数极值,适应于一切连续区间分段连续函数-using the genetic algorithm to solve function max/min value
Population-migration-
- 此程序实现人口迁移算法,用于求解无约束连续函数最小化问题。对于最大化问题,请先将其加负号转化为最小化问题。-failed to translate
ABC_MATLAB
- 人工蜂群算法(ABC)的matlab代码,外国人做得,求解连续函数问题-Artificial bee colony algorithm (ABC) matlab code, foreigners do, problem solving continuous function
sample2
- 非线性映射能力:BP神经网络实质上实现了一个从输入到输出的映射功能,数学理论证明三层的神经网络就能够以任意精度逼近任何非线性连续函数。这使得其特别适合于求解内部机制复杂的问题,即BP神经网络具有较强的非线性映射能力-Nonlinear mapping ability: BP neural network essentially implements a mapping from input to output function, the
ant-matlab-code
- 蚁群算法求解连续函数最优解的代码。学习蚁群算法寻优的必要法宝-ant matlab code for studying
GWO
- 针对灰狼优化算法在求解连续函数优化问题时精度不高、易出现早熟收敛等缺陷,提出一种改进的灰狼优化算法-Grey Wolf Optimizer
任意连续函数零点求法MATLAB
- 求解任意连续函数的零点,利用二分法,扩展求解零点的范围(Solving function zeros)
hdpso
- 利用混沌粒子群算法实现连续函数的最优化求解,编程过,可实现(The optimal solution of continuous function is realized by using chaotic particle swarm algorithm)