搜索资源列表
1111
- 量子进化算法和免疫算法都是解决优化问题的强有力算法。在分析了量子进化算法搜索的特点和免疫算法的机理基础上,对它们进行比较,阐明了二者的不同特点-Quantum-inspired evolutionary algorithms and immune algorithms are a powerful algorithm to solve optimization problems. After analyzing the characteristics of the quantum evoluti
12345
- 分析量子进化算法和免疫算子的特点,提出一种分级变异的量子进化算法,用于求解多目标优化问题-Analysis of quantum-inspired evolutionary algorithms and immune operator characteristics, presents a hierarchical variation of the quantum-inspired evolutionary algorithm for solving multi-objective optimi
GPU-speedup
- 针对LA在解决大规模优化问题时需要消耗大量的时间无法达到实时性的问题,结合GPU的高速并行性,本文提出了一种基于GPU(Graphics Processing Unit,GPU)加速的细粒度并行免疫算法。本算法借助CUJDA(Compute Unifled Device Architecture,CUDA)统一架构,将实现过程转化成CUDA线程块并行计算过程,使得免疫算法在GPU中加速执行,在取得较好的优化效果的同时,解决了细粒度并行的群体规模限制问题,提高了算法的运行速度。-Solution
IGA
- 基于matlab的人工免疫遗传算法的编程(附注释)希望可以帮到大家 -Based on artificial immune genetic algorithm matlab programming (with comments) the desire to help people
Clone-Algorithm-For-TSP
- 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
mianyi
- 这个算法几乎与遗传算法一样,只是多用了一个免疫函数-This algorithm is almost the same as the genetic algorithm.One different is that it add a immune function.