文件名称:GeneticAlgorithm
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 455kb
- 下载次数:
- 0次
- 提 供 者:
- wangr******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个遗传算法求解两点最短路径问题的具体实现,采用C++编写,经测试当求解路径较复杂时,其算法执行效率高于dijstra算法-A genetic algorithm for two concrete realization of the shortest path problem, using C++ written in the path have been tested when solving more complex, its algorithm is more efficient than the implementation of algorithms dijstra
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GeneticAlgorithm\ALGraph.cpp
................\ALGraph.o
................\GeneticAlgorithm.cpp
................\GeneticAlgorithm.dev
................\GeneticAlgorithm.exe
................\GeneticAlgorithm.h
................\GeneticAlgorithm.layout
................\GeneticAlgorithm.o
................\gmon.out
................\InitialSpecies.cpp
................\InitialSpecies.h
................\InitialSpecies.o
................\main.cpp
................\main.o
................\Makefile.win
................\Node.h
................\output.txt
GeneticAlgorithm
................\ALGraph.o
................\GeneticAlgorithm.cpp
................\GeneticAlgorithm.dev
................\GeneticAlgorithm.exe
................\GeneticAlgorithm.h
................\GeneticAlgorithm.layout
................\GeneticAlgorithm.o
................\gmon.out
................\InitialSpecies.cpp
................\InitialSpecies.h
................\InitialSpecies.o
................\main.cpp
................\main.o
................\Makefile.win
................\Node.h
................\output.txt
GeneticAlgorithm