搜索资源列表
-
0下载:
遗传算法的c语言程序-Genetic Algorithm c Language Program
-
-
0下载:
遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
-
-
0下载:
遗传算法的备选方案排序,C程序实现,供参考之用.-Genetic algorithm to sort the options, C program, for information purposes only.
-
-
0下载:
这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot po
-
-
0下载:
很好的关于遗传算法的c程序,编的比较简单移动,是初学者的好程序-Very good on the genetic algorithm c procedures, provision of relatively simple movement is a good program for beginners
-
-
1下载:
用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
-
-
0下载:
利用C开发的一个遗传算法案例。C语言程序在Dev-Cpp下编译通过,在VC下面应当也可以编译通过。-Use C to develop a genetic algorithm case. C language program at compile under Dev-Cpp is passed, the following should be in the VC can also be compiled through.
-
-
2下载:
《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
-
-
0下载:
该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended to other applications of the tw
-
-
0下载:
改C程序结合了遗传算法和模拟退火算法的思想,能求出网络图中各工序的最优开工时间和工程的收益的净现值。-C program to a combination of genetic algorithms and simulated annealing algorithm can find the network map to start the process of the optimal time and the project' s net present value of earning
-
-
0下载:
遗传算法的c++程序,用于电力系统短期负荷预测-Genetic algorithm c++ program for power system short term load forecasting
-
-
0下载:
基于遗传算法求解背包问题,本程序采用c++编写,求解不同问题是只需修改物品的重量、价值-Knapsack problem based on genetic algorithm, the program uses c++ written to solve different problems is to simply change the weight of worth
-
-
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下载:
TSP问题的遗传算法,C语言程序,附带问题说明-TSP problem genetic algorithm, C language program, with descr iption of the problem
-
-
0下载:
基于C++的电力系统系统遗传算法无功优化程序.-The genetic algorithm-based C++ the power system reactive power optimization program.
-
-
0下载:
实现遗传算法,基于遗传算法的水资源多目标优化问题的C程序。-Genetic algorithm, genetic algorithm-based water multi-objective optimization problem C program.
-
-
0下载:
一个用c++语言实现的遗传算法程序,为初学者提供一个入门-A genetic algorithm to achieve c++ language program, to provide an entry for beginners
-
-
0下载:
c编的遗传算法共享给大家。同时还想得到更好更多的有关遗传算法的程序,望大家多多奉献。-c series of genetic algorithms for everyone to share. At the same time would like to get more and better information on genetic algorithm program, and hope a lot of dedication.
-
-
0下载:
C语言编写的遗传算法源程序,程序框架好,易懂,适合初学真。-The genetic algorithm source code written in the C language, the program framework, easy to understand, suitable for beginner true.
-
-
0下载:
遗传算法的c版程序,并附有注释.对于初次学习遗传算法的人员来说,很有帮助。-Genetic algorithm c version of the program, together with the notes for the first time learning genetic algorithm staff, very helpful.
-