搜索资源列表
改进遗传算法-郭涛算法做最优化问题很管用
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产生比这跟好的数。-improved genetic algo
演化计算(实例-多峰函数最值)
- 演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。-evolutionary computation is based on the then new search algorithm; It stems from the technical model of the natural evolution. Below is an example of this function is a typical mult
Solving_the_static_TSP_uising_IGT_algorithm
- 求解静态TSP 的IGT算法,基于改进郭涛算法的TSP问题求-Solving the static TSP of IGT algorithm, based on an improved algorithm of Guo Tao for TSP problem
GuoA
- 郭涛算法(GuoA)是基于子空间搜索(多父体重组)和群体爬山法相结合的演化算法。它通过利用少数个体所张成的子空间随机生成新的个体,体现了随机搜索的非凸性。此外,由于GuoA算法采用了单个体劣汰策略,算法在每次演化 迭代中,只把群体中适应性能最差的个体淘汰出局,淘汰压力 较小,既保证了群体的多样性,又可使具有较好适应性的个体能够一直保留。实践证明, GuoA算法具有较好的坚韧性,对于不同的优化问题无须修改算法的参数,而且效率很高,可能同时找到多个最优解。-Guo Tao algorithm
GTPSO
- 提出一种改进的粒子群优化算法———基于全局劣汰策略的混合粒子群优化算法(GTPSO) 。GTPSO在 保持PSO算法快速收敛的基础上,以郭涛算法(GuoA)的寻优机制确保种群的多样性和算法的坚韧性。数值计 算结果表明,对于高维(维数≥10)复杂非凸多峰函数的数值优化问题, GTPSO算法的计算结果均优于GuoA算 法和粒子群优化算法。-An improved particle swarm optimization algorithm--- poor overall survival
GuoTaoAlgorithm
- 郭涛算法,遗传算法的一种。是目前解决TSP最快的遗传算法。-Guo Tao Algorithm for TSP. A fastest evolutionary algorithm for solving TSP.
GT
- 谢大同郭涛算法(函数优化)源代码下载,和大家分享自己的东西-Xie Datong Guo Tao algorithm (function optimization) source code download, and share things on your own
lad-ga
- 《基于遗传算法的最小一乘回归新算法》张春涛 LAD-GA交流-《A New Algorithm for the LeastAbsolute Deviation Regression Based on the Genetic Algorithm》 Zhang Chun-Tao
Inverover
- 对郭涛算法中Inverover算子的一次模拟-Guo Tao algorithm on a simulated operator Inverover
[Perl]inver-over-operator
- 郭涛算法,目前解决TSP最高效的演化算法之一。用Perl语言实现了inver-over算子的设计。-Inver over operator for Tsp. Guo Tao Algorithm for TSP. A fastest evolutionary algorithm for solving TSP.
guotao
- 郭涛算法解决函数优化问题,程序将输出结果输出到E:盘下的文件夹,以txt文件形式保存,因此在运行程序前要在E:盘下建立文件夹, E:\\guotao -Guo Tao function optimization algorithm to solve the problem, the program will output the output to the E: drive under the folder to save the txt file format, so before runni
BCS
- 压缩感知创始人之一大牛陶哲轩,贝叶斯压缩感知,代码包,含使用说明-Compressed Sensing co-founder Daniel Terence Tao, Bayesian Compressive Sensing, code package containing instructions for use
Inver-over Operator for the TSP
- 郭涛算法求解TSP问题 Inver-over基于简单的反演改进的演化算法(Guo Tao algorithm for solving TSP problem Inver-over based on simple inversion improved evolutionary algorithm.)