搜索资源列表
multipso
- 使用PSO开发的多种群协作优化算法,好文章啊。可以看看采用啊。-PSO development of the use of a variety of collaborative group optimization algorithm, ah excellent article. Ah can see adopted.
自适应并行遗传算法实现有源滤波器的设计
- 摘 要:提出一种改进的自适应并行遗传算法,通过设计自适应算子自动调节交叉和变异概率,采用基于岛屿交换模型实现多种群间信息交换,提高了种群的多样性和健壮性.将该方法用于滤波器的参数优化设计,给出4阶切比雪夫低通滤波器的设计结果,比较各种算法的性能,证明该算法收敛速度快,精度高,有效地克服了早熟现象.
multipso
- 使用PSO开发的多种群协作优化算法,好文章啊。可以看看采用啊。-PSO development of the use of a variety of collaborative group optimization algorithm, ah excellent article. Ah can see adopted.
SGA2[1].0
- GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;-GA (Simple Genetic Algorithm) is a powerful, intelligent mult
cellga
- 多种群的链式智能体遗传算法,代码及其用于优化的实验结果都在里面。大家用了最好给点评价,建议只作为研究用。我有相关的论文,需要索取的话,请与我联系-Multi-population of chain-agent genetic algorithm, the code and to optimize the experimental results are inside. We use the best rating to the poin
TSPmultiRaceACA
- 多种群蚁群算法,种群数目根据需要自己扩充便可-multirace ant colony algorithm
Swarmintelligence
- 群智能,一群算法等多种群智能优化算法,有助于智能控制和最有寻解-Swarm Intelligence, a group of swarm intelligence algorithms and other optimization algorithms, intelligent control and the most help to find solutions
on
- 种群递减_变异蚁群算法在多用户检测中的应用-_ Variation of population decline ant colony algorithm in a multi-user detection
me
- 基于多种群进化算法的多目标并行博弈设计Group based on a variety of multi-objective evolutionary algorithm design in parallel game-Group based on a variety of multi-objective evolutionary algorithm design in parallel game
GAPBPNN
- 多种群遗传算法的函数优化算法案例分析,Much of the population genetic algorithm function optimization algorithm -Much of the population genetic algorithm function optimization algorithm
多种群遗传算法的函数优化算法
- 多种群遗传算法的函数优化算法,可以实现基于多种群遗传算法的函数最优化问题(Multi population genetic algorithm function optimization algorithm, can be achieved based on multiple population genetic algorithm function optimization problem)
chapter7多种群遗传算法的函数优化算法
- 用遗传算法去优化多种群问题,寻求目标的最优解(The genetic algorithm is used to optimize the multi-population problem and seek the optimal solution)
chapter7 多种群遗传算法的函数优化算法
- chapter7 多种群遗传算法的函数优化算法(Chapter7 Function optimization algorithm based on multi population genetic algorithm)
chapter7多种群遗传算法的函数优化算法
- 多种群遗传算法代码,亲测可用,加快种群迭代速度(multi-population genetic algorithm)
基于matlab多种群粒子群算法求解多目标优化问题
- 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization pro
MPGA
- 使用多种群遗传算法进行DOA估计, 可以避免常规遗传算法容易陷入局部解的问题(DOA estimation with muti-population Genetic algorithm, which can avoid getting into local optimal solutions)
多种群GA
- 主要用于基于多种群的遗传算法在实践中的应用(the program is often used to solve GA)
GA+MP
- 多种群的遗传算法数值优化;速度快,求解精准;(Numerical optimization of genetic algorithms for multiple groups)
多种群遗传算法的函数优化算法
- 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
遗传算法多目标优化模板
- 利用geatpy库是实现多目标优化, 基于改进NSGA-Ⅱ算法求解多目标优化问题的进化算法模板,传统NSGA-Ⅱ算法的帕累托最优解来只源于当代种群个体,这样难以高效地获取更多的帕累托最优解,同时难以把种群大小控制在合适的范围内,改进的NSGA2整体上沿用传统的NSGA-Ⅱ算法,不同的是,该算法通过维护一个全局帕累托最优集来实现帕累托前沿的搜索,故并不需要保证种群所有个体都是非支配的。(Using geatpy library to re