搜索资源列表
Myga_1.0
- 遗传算法的fortran77语言编程,中间有法语介绍,用的是二进制编码-GA FORTRAN77 programming language, intermediate French, using the binary coding
GA-VC++
- 二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
Myga_1.0
- 遗传算法的fortran77语言编程,中间有法语介绍,用的是二进制编码-GA FORTRAN77 programming language, intermediate French, using the binary coding
GA-VC++
- 二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
portoptgads
- 该程序介绍了一种简单的遗传算法应用程序,采用matlab高效编程,适合于二进制编码的典型应用。-The program introduced a simple application of genetic algorithm using matlab efficient programming, suitable for the typical application binary code.
1
- 很好用个遗传算法的参考,对大家的编程很有帮助,可以很好理解二进制数的运算和链表的操作-Using a genetic algorithm good reference on all programming helpful, can be well understood binary computation and the operation list
genetic-algorithm
- 利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
GA
- 基本的遗传算法,两个参数,求解最大值.采用二进制编码编程-The basic genetic program
1
- 基于遗传算法的最小生成树算法很好解决了常用二进制编码不能正确表达最小生成树的问题,其优点是:求解过程简单清晰,形象直观,快速有效,易于编程,且具有更广泛的适用性,在求解多节点网络的最小生成树时更能体现其计算速度快的优越性。-The minimum spanning tree algorithm based on genetic algorithm is very good to solve the common binary code
遗传算法
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。保证能运行。(The genetic algorithm (Genetic Algorithm) is a computational model of biological evolution process of natural selection and genetic m