搜索资源列表
-
1下载:
这是我自己编的用遗传算法求解sin(x)+sin(y)极值的C++ 程序。当然也可在函数fFitness中修改以达到求解其他函数极值的或应用到其他方面。-This is my own compiled using genetic algorithm sin (x)+ sin (y) extremum C++ program. Of course, a function fFitness can also modify other functions in order to achieve ext
-
-
0下载:
智能优化算法中的用C++语言编写的程序,用遗传算法解决函数优化问题-Intelligent optimization algorithm using C++ language program, function optimization using genetic algorithm to solve the problem
-
-
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]+
-
-
1下载:
本程序是一个用C++模板实现的遗传算法库,包括了基本遗传算法,自适应遗传算法和分层遗传算法,具有优秀的通用性和可复用性。
main函数是一个对建筑能耗作分析的例子,需要安装Energy plus 6.0才能正确运行,否则报错。
附有说明文档。
-The program is a C++ template implementation genetic algorithm library, including the basic genetic algorithm, adaptive g
-
-
0下载:
C语言编写的遗传算法源程序,程序框架好,易懂,适合初学真。-The genetic algorithm source code written in the C language, the program framework, easy to understand, suitable for beginner true.
-
-
0下载:
该程序是用遗传算法解决旅行商问题,所用语言是C语言-The program is a genetic algorithm to solve the traveling salesman problem, the language is C language
-
-
0下载:
A c++ program to solve 8 queen problem using genetic algorithm
-