搜索资源列表
cdos
- 国外名著《Swarm Intelligence》一书的配套代码,C语言编写。-abroad masterpiece "Swarm Intelligence," a book supporting code, C language.
ant
- 蚁群算法是一种较新型的求解大规摸问题的群体智能算法,本源代码用于求解TSP问题-The ant colony algorithm is a more swarm intelligence algorithm to solve the problem of large-scale touch the source code used for solving TSP
pso_youhua
- 粒子群优化算法是一种基于群体智能的演化计算技术,通过粒子在解空间追随最优的例子进行搜索-Particle swarm optimization algorithm is a kind of evolutionary computation technique based on swarm intelligence, through particles in the solution space to search for the optimal example
Swarm-Tracking
- 国外著名控制专著《extremum seeking control and application》输出跟踪控制案例源码,采用matlab编写,对研究极值搜索控制理论非常有帮助-a well-known book about system control 《extremum seeking control and application》output tracking control matlab code, it will benefit to study the extremum seeki
pso
- 这是粒子群优化的故障诊断程序,可以实现故障诊断-This is a fault diagnosis program based on particle swarm optimization ,which can realize fault diagnosis
PSOtool
- 这是一个粒子群算法的工具箱。希望对大家有帮助。-This is a particle swarm optimization toolbox.
PSO_about
- 粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
pso
- In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having a population
MATLAB-network
- MATLAB 神经网络源代码,包括BP网络、RBF网络、模糊神经网络、小波神经网络、PSO群优化等共43个网络源代码,并有实际案例-MATLAB neural network source code, including BP network, RBF network, fuzzy neural network, wavelet neural network, PSO Swarm Optimization, a total of 43 network source code, and there
PSO
- 利用粒子群算法,实现简单的单目标物资分配问题-Using particle swarm optimization to achieve a simple single objective optimization
matlabPSO
- 提出了一种新的多目标粒子群优化(MOPSO)算法,该算法采用自适应网格方法来估计非劣解集中粒子的密度信息、平衡全局和局 部搜索能力的 Pareto 最优解的搜索机制、删除品质差的多余粒子的 Archive 集的修剪技术。通过对三峡梯级多目标优化调度问题的计算, 表明该算法是求解大规模复杂多目标优化问题的一种有效手段。-A new multi-objective particle swarm optimization(MOPSO) is proposed. The proposed alg
main
- 采用多目标粒子群算法求解多目标背包问题 问题:假设存在五类物品,每类物品又包含四种具体物品,要求从五类物品中分别选择一种放入背包,使得背包总价值最大,总体积最小,总质量不超过92kg(The problem is solved by multi objective particle swarm optimization algorithm, multi-objective knapsack problem: suppose there are five categories of goods,
粒子群优化算法
- 粒子群算法优化程序,包含多种不同优化设置(Particle swarm optimization program, including a variety of settings.)
SSA
- 最新的群智能优化算法,比粒子群算法好很多,方便在基础上进行修改,并且还有文档可以查看原理,略经修改,可以用在任何优化问题上,很好的算法,实在难得(The latest swarm intelligence optimization algorithm is much better than particle swarm optimization algorithm. It is convenient to modify on the basis of it. There are also doc