搜索资源列表
Optimizers
- 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
yichuanzizhen
- 子阵划分的群体智能优化算法 遗传算法 利用遗传算法进行子阵划分-Subarray by swarm intelligence optimization algorithm Genetic Algorithm
FDGPSOo
- 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。-Algorithm for solving constrained optimization problems, algorithms, differential evolution/genetic algorithm/particle swarm algorithm fusion.
RBF1
- 粒子群算法、遗传算法优化的RBF神经网络程序-Particle swarm optimization, genetic algorithm optimization on RBF neural network program
PGPSOtspa
- 采用遗传微粒群算法(GPSO)求解旅行商问题(TSP)的源代码。内附多个算例,本算法对于中小规模问题求解效率很高,对于大大规模问题则效率略低。如有任何疑问。 -Genetic particle swarm optimization (GPSO) for solving the traveling salesman problem (TSP) source code. Included several examples of this algorithm for small and mediu
PPSO_GA_RRBFa
- 粒子群算法、遗传算法优化RBBF径向基神经网络。可直接使用。 -Particle swarm optimization, genetic algorithm optimization the RBBF RBF neural network. Can be used directly.
Intelligent-algorithm
- 智能算法,matlab应用大全,遗传算法,模拟退火算法,粒子群算法等-Intelligent algorithm, matlab application Daquan, genetic algorithms, simulated annealing algorithm, particle swarm algorithms
PSO-for-TSP-of-51-city
- 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with
psoga
- 粒子群算法混合遗传算法代码,经过本人修改,方便实用。-Particle swarm optimization hybrid genetic algorithm code, after I modify, convenient and practical.
1
- 智能优化算法作为新兴的搜索算法,一般是指利用自然界的生物系统与优化过程的某些相似性而逐步发展起来的优化算法,如遗传算法、粒子群算法、蚁群算法等,它们通过对搜索空间中的一组解按概率规则操作得到下一组解。 人工鱼群算法源于对鱼群运动行为的研究,是一种新型的智能仿生优化算法。它具有较强的鲁棒性、优良的分布式计算机制、易于和其它方法结合等优点。目前对该算法的研究、应用已经渗透到多个应用领域,并由解决一维静态优化问题发展到解决多维动态组合优化问题。 -As an emerging intell
attachments
- FISH SWARM AND SIMPLE GENETIC ALGORITHM FOR FUNCTION OPTIMIZATION
Performance-comparison-of-G-A--Pso-and-He-in-beam
- Performance comparison of Genetic Algorithm, Particle swarm optimization and Hybrid evolutionary algorithm in beamforming
matlabGA-PSOBP
- 遗传算法通用程序 粒子群优化bp神经网络程序 本人已经测试 欢迎探讨-General Program particle swarm genetic algorithm optimization bp neural network program I have tested welcome to explore
PSOPC
- 粒子群算法的智能优化,PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解-Particle swarm intelligence optimization, PSO algorithm is an evolutionary algorithm, and genetic algorithm similarity, it is also starting from a random solution, find the optimal solution by it
Ant-Colony-Algorithm
- 目前智能算法越来越受到人们的关注,如神经网络、遗传算法、蚁群算法、粒子群算法等,蚁群算法是受自然界中蚂蚁搜索食物行为启发而提出的一种智能优化算法。-Currently more and more intelligent algorithm attention, such as neural networks, genetic algorithms, ant colony algorithm, particle swarm algorithm, ant colony algorithm is af
The-Multi-user-Detection-ALGORITHM
- 联合智能(JI-MUD)多用户检测算法是由粒子群优化(PSO)算法,遗传算法(GA)和模拟退火(SA)算法-the joint intelligent multi-user detection (JI-MUD) algorithm which was composed by particle swarm optimization (PSO) algorithm, genetic algorithm (GA) and simulated annealing (SA) algorithm was p
liziqunyichuan
- 对于遗传粒子群优化算法的有很大的帮助含源程序-Genetic Particle Swarm Optimization
2016.11.03DE_SVR
- 差分和粒子群遗传算法以及改进的matlab源程序-Differential and particle swarm genetic algorithm and improved matlab source
pso
- 通过对现有数据进行迭代,用粒子群遗传算法进行预测(By iterating over the existing data, the particle swarm genetic algorithm is used to predict the data)
OptimizationToolBox
- Optimization Toolbox Implemented genetic algorithm,particle swarm