搜索资源列表
swarm
- 经济学的一个swarm平台源代码,安装了swarm类库即可直接远行-economics of a swarm platform source code, the installation of a swarm class library can be directly harm
A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf
- 工程优化的一种新型pso算法。 A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf
mopsoarchi.rar
- 自适应多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.,Adaptive multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
tsp.rar
- 这是一个很好用的求解TSP问题的粒子群算法,很适合初学者。,This is a very good solution of TSP used in the particle swarm optimization problems, it is suitable for beginners.
TSP-PSO.rar
- 用混合粒子群算法求解TSP问题,自带GUI界面,共有9中算法,可解决各种TSP问题,效果不错。,Using hybrid particle swarm algorithm to solve TSP problems, bring their own GUI interface, a total of 9 in the algorithm, to resolve the various TSP problems, good results.
Artificial_fish_matlab.rar
- 根据人工鱼群算法的基本原理,求解一个函数值的最优解;,According to the basic principles of artificial fish-swarm algorithm, solving a function value of the optimal solution
psoprogress.rar
- %程序名称:求解约束优化问题的改进粒子群优化算法 %程序功能:求解带各种约束条件的优化问题 %输入条件:各种初始条件,以及设定参数 %输出数值:最优解位置以及函数极小值 , Program name: for solving constrained optimization problems to improve particle swarm optimization algorithm program features: solving with a variety of constr
SwarmIntelligence
- 群体智能,高清版本。国际该领域大牛的作品。对搞智能计算和优化方面的朋友应该是非常有用的。-Swarm Intelligence. To engage in intelligent computing and optimization of a friend should be very useful.
matlab-VRP
- 基于混合优化算法的车辆路径问题研究 matlab开发环境-matlab VPR Particle Swarm Optimization,PSO
algorithms
- 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization,
RMD_PSO
- 通过一种粒子群最佳化策略搜寻函数的全局最小值-Through a particle swarm optimization strategy for the search function of the overall minimum
hybrid_PSO
- 一种基于混合策略的改进粒子群优化算法,包括执行程序hpso.m和参数设定hPSOoptions.m两个源文件。代码清晰,易于改进实现。结果显示有效的提高了SPSO的性能-A hybrid strategy based on improved particle swarm optimization algorithm, including the implementation of procedures and parameters set hpso.m two hPSOoptions.m sou
class
- 这个是我自己编写的基于混沌自适应粒子群优化支持向量机用于分类的matlab程序,本程序以心脏病的诊断为例,得出了非常好的效果!主要贡献在于解决了支持向量机参数人为选取随意性大且效果好坏不稳定的难题!-This is what I have written based on adaptive chaotic particle swarm optimization of support vector machine for classification of matlab procedures, t
swarm
- 能在 ns-2 下模拟出一个使用 swarm 算法通讯的网络,关键字: aco, ant colony, swarm computing-In ns-2 under the simulation of a swarm algorithm for the use of communications networks, keyword: aco, ant colony, swarm computing
Computational-Intelligence-Paradigms-Theory-a-App
- The aim of this book is to furnish some theoretical concepts and to sketch a general framework for computational intelligence paradigms such as artificial neural networks, fuzzy systems, evolutionary computation, genetic algorithms, genetic pro
SWARM_ASM
- 基于swarm的模拟股市代码,这个版本是有界界面的,比没有界卖弄的速度慢一点-Swarm-based simulated stock market code, this version is bounded interface, not bound to show off than the speed of slow
Particle-swarm-optimization
- 微粒群优化算法(Particle Swarm Optimization,PSO算法)源于鸟群和鱼群群体运 动行为的研究,是一种新的群体智能优化算法,是演化计算领域中的一个新的分支。它 的主要特点是原理简单、参数少、收敛速度较快,所需领域知识少。该算法的出现引起 了学者们极大的关注,已在函数优化、神经网络训练、组合优化、机器人路径规划等领 域获得了广泛应用,并取得了较好的效果。尽管粒子群优化算法发展近十年,但无论是 理论分析还是实践应用都尚未成熟,有大量的问题值得研究。 -
Chicken Swarm Optimization Algorithm
- 鸡群算法是一种全新的群智能算法,具有简单,良好的可扩展性,(Chicken swarm algorithm is a new swarm intelligence algorithm with simple and good scalability,)
swarm for java 书籍源代码
- 用于做仿真的优良工具,还有关于swarm的一些基本介绍(a simulation platform tool)
nichingparticle-swarm-optimization
- 粒子群优化算起源于对鸟群、鱼群以及对某些社会行为的模拟,是一种基于群体智能的进化计算技术。而小生境技术则起源于遗传算法,这种方法能使基于群体的随机优化算法形成物种,从而使相应的优化算法具有发现多个最优解的能力。而多分类器集成技术则是通过多个分类器进行某种组合来决定最终的分类,以取得比单个分类器更好的性能。多分类器集成技术要求基元分类器不仅个体性能要好并且其差异度要大,这与小生境技术形成物种的能力具有很多内在的相似性。目前己经有研究者将小生境技术应用于多分类器集成,但由于传统的小生境技术仍然不完善