搜索资源列表
GA-VC.net
- 一个在vc++环境中实现的遗传算法,该算法与其他算法不同的是:速度较快 -an environment in achieving the genetic algorithm with other algorithm is different : faster
GA(VC)
- 是利用VC6.0开发出来的,实现基本的遗传算法,提供给大家一起学习一下。-using VC6.0 developed, and achieving the basic genetic algorithm, for everyone to learn about.
GAVC++
- 遗传算法的VC++实现,主要是使用VC++实现基本遗传算法的实现-GA VC, mainly the use of VC basic genetic algorithm to achieve
GA(adanvance)
- 经过改进的遗传算法的VC源代码。经测试算法有效可行。-improved genetic algorithms VC source. Testing Algorithm effective.
ANN+GA
- 使用遗传算法训练的神经网络VC++源代码,经测试,该算法有效。- The use heredity algorithm training nerve network VC source code, after the test, this algorithm is effective.
GA-VC++
- 二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
GA-homework
- 一个遗传算法的程序,用来解决函数最值得问题。比较好用。使用VC++环境-a genetic algorithm procedures, functions to solve most problems. Better quality. Using VC + + environment
GA-VC6.0
- 遗传算法基于VC平台的实现,实现了多个扩展类-genetic algorithm-based VC platform, achieving a number of extension of the class
GA-VC
- 基本遗传算法程序,算法中加入了精英选择策略。 用vc++实现。
GA-VC
- 多种遗传算法的VC程序代码,为多种的遗传算法提供基类。
GA.C
- 基于VC++的遗传算法源码(相当经典),非常可观
GA_TRAIN_BP
- 遗传优化BP神经网络程序,GA训练BP。VC程序-GA train BP in VC6.0,it could improve accurate.
GA
- 用遗传算法实现一刀切下料,MFC界面,在VC下编写的程序,是个优化下料问题。-Genetic Algorithms for Cutting across the board, MFC interface, prepared in the VC process is optimized cutting stock problem.
GA-VC
- 用C++语言在VC++环境下编写的遗传算法源程序-With C++ Language in VC++ Environment prepared by genetic algorithm source code
VC++GeneticAlgorithm
- 很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-A classic a
block_game(vc)
- 俄罗斯方块源代码,很实用的,很完整,初开发游戏的的人很有帮助-block game, vc++ programme .
GA-VC
- 遗传算法的VC实现 [精华] 遗传算法的VC实现 [精华]-VC genetic algorithm to achieve [best] VC genetic algorithm to achieve [best]
GA-VC
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
RCPSP-GA-VC
- 用VC求解经典的资源约束型项目调度优话问题 resource-constrained project scheduling problem,RCPSP.-RCPSP is solved by VC++