搜索资源列表
遗传算法.C
- 用dev-C编写的遗传算法程序,用来计算函数极值的。-with dev - C GA prepared by the procedures used to calculate the maximum function.
Asuanfa
- 遗传算法的C++程序的编程的步骤和程序的实现-GA C Programming the steps and procedures to achieve
3GA_NN
- Simple Genetic Algorithm 遗传算法的!c语言的源程序.-Simple Genetic Algorithm GA! C language of the source.
词法分析程序C
- 用C语言实现的 c语言的词法分析程序 功能齐全 实现算法效率嘎-C language for the c language lexical analysis procedure is complete algorithm efficiency Ga
GA.C
- 基于VC++的遗传算法源码(相当经典),非常可观
GA
- 带详细注释的遗传算法源代码 用C++编写的/.-Notes with detailed genetic algorithm source code with C++ Prepared /.
GA
- 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
GA
- 遗传算法用C++实现的源代码,用来求最优解得问题-GA
ga
- 遗传算法源程序 C++语言编写 复制就可以用-ga
ga
- 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
GA
- 遗传算法c语言实现,稍作修改可应用于各种平台,主要用于优化计算-Genetic algorithm c language, with slight modifications can be applied to a variety of platforms, mainly used in optimization calculation
GA
- GA遗传算法,C语言遗传算法程序 C语言遗传算法程序-GA
GA
- 遗传算法的C++程序源代码,此部分为功能描述的部分关键代码!-it is about GA! if you need it, download and check it! thanks
VRPH-1.0.0
- Furthermore, the simulator actually build in another algorithm - Dijikstra Algorithm. This algoritm is the best and fastest algo in solving shortest path problem. It s actually used to compare wtih GA in solving a specified situation. Simulator also
GA-for-TSP
- Genetic Algorithm For Travelling sales man (TSP) problem c++ source code file-Genetic Algorithm For Travelling sales man (TSP) problem c++ source code file
gac
- /* ga.c */ /* Genetic Algorithm Program */ /* By Will Lennon */-/* ga.c */ /* Genetic Algorithm Program */ /* By Will Lennon */
GA
- 遗传算法的c++源代码,仅仅包含杂交和变异,不包含迁移-GA c++ source code,only contains crossover and mutation, does not include migration
GA遗传算法
- 应用遗传算法求函数最优解,采用c++编程,包括三个文件。建议迭代次数大于等于100(Application of genetic algorithm to optimal solution of function)
GA
- 封装好的GA函数, C++,可直接调用,目前是单目标函数(GA code / c++, can be used directly, for single object function)
GA-tsp
- 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)