搜索资源列表
-
0下载:
gaotv5,一个著名的遗传算法工具箱.安装在任意目录-gaotv5, a well-known genetic algorithm toolbox. Installed in any directory
-
-
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下载:
本程序实现0-1背包问题的遗传算法的并行计算,mpi+c语言-This procedure achieved 0-1 knapsack problem genetic algorithm parallel computing, mpi+ c language
-
-
0下载:
采用GPU通用计算API(CUDA)实现蒙特卡罗方程。-The use of general-purpose GPU computing API (CUDA) the realization of the Monte Carlo equation.
-
-
0下载:
A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code
-
-
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下载:
用于进行简单的遗传算法,算法给出了一个具体的算例,用于进行计算-For the simple genetic algorithm, the algorithm is given a specific example, used to make the calculation
-
-
0下载:
自适应遗传算法的MATLAB代码-Adaptive Genetic Algorithm MATLAB code ~~~~~~~~~~~~~~
-
-
0下载:
一個簡單的ga演算法,並有線圖產生,利用VB所寫的。-Ga a simple algorithm, and cable map production, written using VB.
-
-
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下载:
遗传算法解决聚类问题。.边的权重与时间关系为:1-(用户最近标注时间-该边被标注时间)*0.01,时间间隔以月计,相差一个月权重相差0.01,最近标注的权重为1
2.边的权重通过端点的出度调整
3.若用户没有共现标签,则以其权重最大的部分标签自连接构造标签对
4.若用户标签对少于预设大小,则将其拥有的标签对重复多次,直到数量与预设大小相等-Clustering genetic algorithm to solve the problem. . While the w
-
-
0下载:
一种潜入heuristic information的遗传算法-genetic algorithm with heuristic information
-
-
0下载:
并行遗传算法的分析,与最基本的有多不同,改进版-Parallel Genetic Algorithm analysis, with the most basic how different and improved version of
-
-
0下载:
Implementation of TSP using genetic algorithm using MPI (syn comunications)
-
-
0下载:
遗传算法源代码,教您如何编写遗传算法代码解决相关优化问题-Genetic algorithm source code, teach you how to write a genetic algorithm code to solve optimization problems
-
-
0下载:
C#的遗传算法实现,在学会代码的同时可以学会算法的思想-genetic algorithm in c#
-
-
0下载:
基于遗传算法的TSP算法程序,程序完整,下载下来即可运行-TSP algorithm based on genetic algorithm procedure is complete, you can run downloaded
-
-
1下载:
最短路径问题,遗传算法的matlab代码。可以解决物流中车辆路径最短问题-The shortest path problem, genetic algorithm matlab code. Can solve the shortest path problem logistics vehicle
-