搜索资源列表
-
3下载:
这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf
。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
-
-
0下载:
遗传算法的一个例子:旅行商问题。C++源代码,适合初学者研究遗传算法与最优化等方面的知识。-a genetic algorithm examples : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
-
-
0下载:
遗传算法的C代码。如需使用可根据实际问题进行修改。-genetic algorithm C code. For use in accordance with practical problems amended.
-
-
0下载:
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日
C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design
基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
-
-
0下载:
简单的遗传算法源代码,挺实用的,大家可以借鉴-Simple genetic algorithm source code, very useful, we can learn from
-
-
0下载:
GENETIC ALGORITHM FOR NEURAL NETWORKS ON TRANSPUTERS (Source code and Reference)
-
-
1下载:
毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
-
-
0下载:
遗传算法求函数极值的C++源程序,初学遗传算法的可以看看。-Extremal function for genetic algorithm of the C++ source code, beginner can look at the genetic algorithm.
-
-
0下载:
基本的遗传算法源代码,特别简单实用,用C语言编写的-simple c code for Genetic Algorithm GA
-
-
0下载:
王小平版遗传算法的光盘源代码,对学习遗传算法的人很有帮助,里面包含了许多matlab文件和c++文件。-Wang Xiaoping, a CD-ROM version of the source code for genetic algorithm, genetic algorithm for learning were very helpful, which contains a lot of matlab files and c++ file.
-
-
0下载:
使用遗传算法的C++源代码 使用遗传算法的C++源代码 -The use of genetic algorithms using C++ source code for genetic algorithm using C++ source code for genetic algorithm using C++ source code for genetic algorithm source code for C++
-
-
0下载:
一个简单的遗传算法在c#。它将不会多线程,也有异国情调的操作人员和收敛标准(例如一种情形发现许多解决方法是非常相似的)。它只是证明遗传算法在托管代码,利用的一些特点。net的运行时间。
-A simple genetic algorithm in c#. It will not be multi-threaded, there are also exotic operators and convergence criteria (for example, found that many so
-
-
0下载:
遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。
代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
-
-
0下载:
遗传算法的c++代码,供大家参考与修改和学习-Genetic algorithm c++ code, for reference and revision
-
-
0下载:
using C++ for genetic algorithm
-
-
0下载:
用遗传算法解决VRP问题的C语言源代码,欢迎交流-VRP with a genetic algorithm to solve the problem of the C language source code, welcomed the exchange
-
-
0下载:
遗传算法自适应算法的C代码,供大家学习参考-Adaptive algorithm of genetic algorithm C code for everyone to learn information
-
-
0下载:
C代码遗传算法求函数最大值f(x)=x^2 x 从0到30 !-C code function genetic algorithm for the maximum value f (x) = x ^ 2 x from 0 to 30!
-
-
0下载:
C语言编写的遗传算法源程序,程序框架好,易懂,适合初学真。-The genetic algorithm source code written in the C language, the program framework, easy to understand, suitable for beginner true.
-
-
0下载:
简单遗传算法求函数极值C代码,简单练手,希望有帮助(Simple genetic algorithm for function extreme value C code)
-