搜索资源列表
-
0下载:
这是一道很基本的程序,一方面希望它对初学遗传算法的兄弟们有用(包含了遗传算法实现的大部分步骤,而且有详细的注释),另一方面旨在抛砖引玉,
在下浅见:
1、遗传算法在进行大规模计算时,数据交换量大,速度确实是一个瓶颈,就如这道程序,在种群规模50,进化代数1000时运行需要40秒左右(cpu:duron 1G),当然,小弟编程能力弱,望各位大侠指教啊,或帮我修改一下这道程序
-This is a very basic procedure, While they want it begi
-
-
0下载:
it use the genetic algorithm to deal with the TSP problem
-
-
1下载:
微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
-
-
0下载:
该程序用于优化问题 很好和遗传算法结合 用MATLAB结合起来用很好-The program for the optimization problem and genetic algorithm combined with a good use of MATLAB to combine with a good
-
-
1下载:
采用遗传算法对于加工问题的排序,使其最快.-The use of genetic algorithm to sort the problem for the processing to make it the fastest.
-
-
0下载:
遗传算法解决调度问题,用于毕业设计,经运行没有问题!-Genetic algorithm is used to solve scheduling problem, the graduation design, the operation no problem!
-
-
0下载:
用遗传算法和神经网络混合算法预测电力短期负荷预测,是遗传算法的典型应用-Using genetic algorithm and neural network hybrid algorithm to forecast the electricity short-term load forecasting is a typical application of genetic algorithms
-
-
0下载:
tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
-
-
0下载:
遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借
用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性
的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by
With the biological point
-
-
0下载:
本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。
-In this paper, a lot of reading technical information niching genetic algorithm based on the characteristics of genetic alg
-
-
0下载:
这是一个比较基础的遗传算法源代码,可以在此基础上根据个人的实际需要进行改动,希望有用!-This is a simple original code of genetic algorithm,you can adjust it according to your need。May it s helpful to you!!
-
-
0下载:
利用改进的小生境遗传算法来编程,适合对这方面感兴趣的人员研究-The use of improved niche genetic algorithm is used to programming, suitable for persons interested in research in this area
-
-
0下载:
用MATLAB求解遗传算法的旅行商问题,这一类问题在大学生以及研究生的数模竞赛以及日常生活当中尤为重要的,为我们所重视。、近年来,学术界对旅行商问题也逐渐重视起来。-Using MATLAB genetic algorithm for solving the traveling salesman problem, this kind of problem students and graduate students in Mathematical Modeling Contest, and da
-
-
0下载:
计算机学报,通过对多维解析函数的重复计算并对计算结果进行统计分析来讨论 遗传算法的可靠性和可信度。本文含金量高。-Computer Science, through the multi-dimensional analytic functions of double counting and statistical analysis of the results to discuss the reliability and credibility of the genetic algorithm
-
-
0下载:
用遗传算法求出TSP问题当中的问题,很好用!-TSP problem which was obtained using genetic algorithms, and easy to use!
-
-
0下载:
本程序用遗传算法基于C语言解决10个城市的旅行商问题,可求出10个城市之间的最短距离。-The procedures used to solve a 10-city traveling salesman problem, genetic algorithm based on the C language can be calculated the shortest distance between the 10 cities.
-
-
0下载:
matlab智能算法这本书中需要用到的遗传算法工具箱,可以安装使用-Matlab intelligent algorithm to use genetic algorithm toolbox in this book, can be installed
-
-
0下载:
结合遗传算法工具箱gatbx实现的的一个基础实例程序,注释清晰,简单易懂,调试通过-a basic example of genetic algorithm program base on genetic algorithm toolbox(gatbx), comments clear, easy to understand, through debugging
-
-
0下载:
一个函数优化遗传算法的C语言程序,可解决一般的函数优化问题-A function to optimize the C programming language of genetic algorithm, to solve the general function optimization problem
-
-
1下载:
matlab智能算法基于遗传算法的多目标优化算法(此例中有两个目标函数)-genetic algorithm to solve multiple target problems
-