搜索资源列表
huidu
- #include \"stdio.h\" #include \"malloc.h\" #define TRUE 1 #define n 39 #define max 500 typedef struct { char p[n] float w[n][n] }graph graph *ga2 int visit[n] int path[n][n] float C[n
GA2
- 这是一个利用遗传算法求解函数极值,是用Visual C++ 编写
GA2
- 很详细的遗传算法介绍 可以拿来做入门的资料 强烈推荐
huidu
- #include "stdio.h" #include "malloc.h" #define TRUE 1 #define n 39 #define max 500 typedef struct { char p[n] float w[n][n] }graph graph *ga2 int visit[n] int path[n][n] float C[n][n]
GA2
- 这是一个利用遗传算法求解函数极值,是用Visual C++ 编写-This is a use of genetic algorithm for solving extremal function is the use of Visual C++ Prepared
GA2
- 很详细的遗传算法介绍 可以拿来做入门的资料 强烈推荐-Very detailed introduction of the genetic algorithm can be used to make data entry strongly recommend
sol-10-u5-ga-md5sum-x86
- solaris 10 dvd md5 文档 说明-solaris 10 dvd md5 documentation
cross
- GA2 for single Machin Problem
GA2
- 用遗传算法解决了图像分割问题,将图像中的像素按灰度值用域值M分为两类图像,一类为目标图像,另一类为背景图像,经过几十次迭代后有助于缩小检索范围-Using genetic algorithms to solve the image segmentation problem, the image pixel gray value according to the value of M is divided into two categor
ga2
- to perfom gentics for travelling sales man
GA2
- 遗传算法--分层遗传改进算法函数最优化。在基本遗传算法基础上假如分层概念。-Genetic Algorithms- Hierarchical Genetic Algorithm to optimize the function. In the basic genetic algorithm based on the concept that if layered.
GA2
- 非常好的遗传算法工具,请支持下载,支持论坛发展-A very good Genetic algorithm tool, please support download,
GA2
- 这又是一个完整的遗传算法子程序2,里面包含了各个子程序,运行没问题.-This is a complete genetic algorithm subroutine 2, which includes various routines, run no problem.
23825745GA2
- 关于遗传算法的基础知识,理论方面欠缺的可以学习。-Basic knowledge on the genetic algorithm, theory is lacking can learn.
GA2
- matlab的遗传算法的另外一种实现,也是文章,包含源码解释,很不错的-genetic algorithm matlab another implementation, but also articles, including source explained, very good
ga2
- 改进的遗传算法,使用java编程实现,效率有很大提高-Improved genetic algorithm, using the java programming, efficiency is greatly improved
matlab-ga2
- 关于遗传算法的东东,希望能派到上用场。呵呵,共同努力。-Something about the genetic algorithm, the hope can sent to use. Ha ha, mutual effort.
GA2
- 实现二元函数的遗传算法优化,程序性能稳定-Achieve dual function of the genetic algorithm optimization, application performance and stability
GA2
- C#编写的遗传算法程序 十分简单 运行速度快 很经典啊-The genetic algorithm program written in C# is very simple, fast running speed classic.
ga2
- 遗传算法,一个简单的库提供基本的算法语言,有很多改进和附加-ga2 is a simple C++ library providing the necessary base classes to implement a genetic algorithm in C++. It is based loosely on Goldberg' s canonical GA, but with many modifications, imp