搜索资源列表
sqrs125
- QRS波形的检测算法,其处理的数据是对特定采集频率进行了优化,并有不同数据格式的转换说明
YLiGRC04
- 本文提出一种基于增广拉格朗日法的非线性约束优化算法用于独立成份分析(ICA), 仿真试验结果表明此方法可以有效的用于独立成份的分离. -This paper presents a broad-based increase Lagrange method of nonlinear constrained optimization algorithm for the independent component analysis (ICA), the simulation results show t
遗传算法解决求解带约束
- 遗传算法解决求解带约束的优化问题明确遗传算法求解问题的一般思路和编码设计-Genetic Algorithm for solving constrained optimization problems with a clear genetic algorithm from the general ideas and Coding Design
ga
- 生物的进化是一个奇妙的优化过程,它通过选择淘汰,突然变异,基因遗传等规律产生适应环境变化的优良物种。遗传算法是根据生物进化思想而启发得出的一种全局优化算法。-Biological evolution is a wonderful optimization process, it eliminated by choosing a sudden variation of genetic and other changes in the law to adapt to the environment
GA_hanshuyouhua
- 遗传算法解决函数优化问题问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study genetic algorithm.
QPSO1
- QoS路由组播问题的QPSO(Quantum-behaved Paricle Swarm Optimization)算法 量子粒子群优化算法 可应用于路由组播模型等-Quantum-behaved Paricle Swarm Optimization Algorithms based on Multicast Routing Issues
BSS
- 盲源分离算法的几篇文章应用 【基于独立分量分析的脑电中眼电伪迹消除】【基于负熵和智能优化的盲源分离方法】【基于小波消噪和盲源分离的信号奇异点检测方法】-Blind source separation algorithm applied 【several articles based on independent component analysis of EEG ocular artifact】 【intelligent optimization based on negative entr
Antcode
- 本程序主要是利用蚂蚁算法实现TSP最佳路径的优化问题而编写,实现求解TSP路径问题-This procedure is mainly use ant algorithm to realize the optimization problem TSP best path solving TSP, realize written routing problem
test-function
- 多目标优化遗传算法有效地避免了收敛速度慢和封闭竞争等问题, Pareto前沿更加接近理想前沿,并且收敛速度都非常快-Multi-objective optimization genetic algorithm is effective to avoid the slow convergence rate and close competition and other issues, leading Pareto closer to the ideal cutting edge, and the
solve-Tsp-problem-with-ACO-Algorithm
- 用蚁群优化算法解决TSP问题,给定core set,只是编号不同,做同样的任务序列,发现结果不同;也是存在正相关-Solve the TSP Problem with ant colony Optimization algorithm
apso
- pso优化算法,粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。
Particle-Swarm-Optimization-PDF
- 粒子群优化算法的PDF文件 内容丰富 生动 有实例 参数分析 -Particle Swarm Optimization PDF file content rich and vivid instance parameter analysis
bbo
- 生物地理优化算法标准源码 biogeography-based optimization,BBO-biogeography-based optimization,BBO
PSO
- 粒子群优化算法求函数最小值代码,改变适应度函数即可在其他优化问题中得以应用-Particle swarm optimization algorithm for the minimum function code
GA-Method
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。-Genetic Algorithm (Genetic Algorithm) is a kind of referen
MOEAD_KNAPSACK
- moead for knapsack 基于分解的多目标优化算法,解决多目标背包问题-moead for knapsack
PSO
- 基于粒子群优化算法的的数据挖掘算法对比,用Matlab编写-Comparison of data mining algorithm based on particle swarm optimization algorithm, written using Matlab
ants
- 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-Ant colony algorithm (ant colony optimization, ACO), also known as ant algorithm is an algorithm used to find the optimal path probability model in the figure.
antsMatlab
- 虽然对蚁群算法的研究时间不长, 但是初步研究已显示出它在求解复杂优化问题方面具有很大的优势, 特别是1998 年在比利时布鲁塞尔专门召开了第一届蚂蚁-Although research on ant colony algorithm is not long, but preliminary studies have shown that it has a great advantage in solving complex optimization problems, in particular
ant_CSharp
- 蚁群算法多目标优化,针对多个目标,主要用在路径取货方面-Ant colony algorithm for multi-objective optimization.