搜索资源列表
-
0下载:
C语言遗传算法包。主要介绍C语言编程的遗传算法。-GA C language package. Introduces the C programming language genetic algorithm.
-
-
0下载:
一种基本遗传算法C源代码一种基本遗传算法C源代码-a basic genetic algorithm C source code for a basic genetic algorithm C source code
-
-
0下载:
利用c++实现遗传算法的求出程序的优化设计-use genetic algorithm calculated the optimal design procedures
-
-
1下载:
基因表达式程序设计(Gene Expression Programming,GEP)是葡萄牙科学家Câ ndida Ferreira于1999年发明的一种基于基因组(Genome)和表现型组(Phenome)的新的遗传算法。 -Gene Expression Programming (Gene Expression Programming, GEP) is a Portuguese scientist Câ ndida Ferreira invented in 1999, b
-
-
0下载:
用C语言实现遗传的算法,MATLAB虽然有很多算法,但有时用c语言编写的代码执行的快得多-Using C language implementation of genetic algorithm, MATLAB although has a lot of algorithms, but sometimes using c language code implemented much faster
-
-
0下载:
遺傳演算法(Genetic Algorithm),使用c++編譯,有需要者拿回去參考吧!-Genetic algorithm (Genetic Algorithm), using c++ compiler, there is a need to go back and refer to those who get it!
-
-
0下载:
It is simple genetic algorithm with different crossingover methods.
-
-
0下载:
C的改进遗传算法,Change any of these parameters to match your needs-C Improved Genetic Algorithm
-
-
0下载:
这是一个完整的01规划遗传算法C语言实现代码 希望对有这方面研究的朋友有帮助-This is a complete 01 planning genetic algorithm C language code want to study in this regard to help friends
-
-
0下载:
This is knapsack problem solution by genetic algorithm
-
-
0下载:
用C语言编写的遗传算法程序。本示例程序适合用于求解正的最大值问题。 本程序的示例函数是:x[1]^2-x[1]*x[2]+x[3].-With a genetic algorithm written in C language programs. This sample program is suitable for solving the maximum problem. Sample function of this procedure is: x [1] ^ 2-x [1]* x [2]+
-
-
0下载:
Non-Dominated Sorting Genetic Algorithm for Multi-Objective Optimization
-
-
0下载:
一个c语言的遗传算法的实例讲解。程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数。-this document give an example of genetic algorithm,which is very usefull for learning and using genetic algorithm.
-
-
0下载:
遗传算法C#例子,包括遗传算法的整个思路和过程,常见参数的设置-Genetic Algorithm
-
-
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 c++ implementation, for reference, shared learning and common progress.
-
-
0下载:
遗传算法用于函数的最优化计算,程序有C语言编写-genetic algorithm C used in function optimization
-
-
0下载:
多变量遗传算法C++版 测试通过 输入输出文件在源码中有说明 根据需要修改目标函数和变量数即可-Multivariate genetic algorithm C++ and the number of variables needed to
-
-
0下载:
Simple Genetic Algorithm
-
-
0下载:
本文所述为C++实现的遗传算法的类文件实例。一般来说遗传算法可以解决许多问题,希望本文所述的C++遗传算法类文件,可帮助你解决更多问题,并且代码中为了便于读者更好的理解,而加入了丰富的注释内容,是新手学习遗传算法不可多得的参考代码。-Examples of the types of documents herein is implemented by a genetic algorithm C++. General genetic algorithm can solve many problem
-