搜索资源列表
基本遗传算法
- 基本遗传算法-basic genetic algorithm
遗传算法包
- 一个基本的遗传算法源代码!!
delphi编的基本遗传算法.rar
- 遗传算法很流行了,试一试这个程序吧,里面有全部代码和窗体,genetic algorithm very popular, try this procedure it, and they all code and forms
fourparametersoptimizationbySG
- 对4个参数优化的基本遗传算法程序,应用面很广!,it is an optimization program for four parameters using simple genetic algorithm! it is useful!
sga
- 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
wangxiaoping-resource
- 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输
22
- 一个基本遗传算法的C++语言实现,有三个文件构成。-A basic genetic algorithm C++ Language, there are three files.
jibenyichuansuanfa
- 这是基于基本遗传算法的函数最优化的matlab程序-This is based on a function of the basic genetic algorithm matlab optimization procedures
2
- 两个基本遗传算法的例子,给大家一个参考吧-Two examples of the basic genetic algorithm, a reference to everyone you
AdapGA
- 基本遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Basic genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
GA
- 基本遗传算法的源代码,比较各代种群的进化。-The basic genetic algorithm source code, comparing the generation of species evolution.
genetic
- 基本遗传算法 里面的函数可自行更换 适合初学者 容易理解-A function of the basic genetic algorithm which can be suitable for beginners is easy to understand on their own replacement
GA
- 这是一个c++实现的基本遗传算法 很好用的,只要按照提示输入数值区间就行了或者自己把那个函数改一下就可以做了。-c++ to achieve a good basic genetic algorithm used
GA
- 用Matlab编写的基本遗传算法程序,适合于初学者-Prepared using Matlab basic genetic algorithm, suitable for beginners
genetic
- 基本遗传算法的MATLAB实现,可自行调试参数-genetic algorithm
GeneticAlgorith遗传算法
- 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
遗传算法
- 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
基本遗传算法
- 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。F=x^3-60*x^2+900*x+100,0<=X<=30.个体数目去50,最大进化代数取100,离散精度去0.01,杂交概率取0.9.(Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following functions. F=x^3-60*x^2+900*x+
遗传算法求解VRP问题的技术报告
- 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
遗传算法
- 基本遗传算法(GA)的算法原理、步骤、及Matlab实现,包含详尽的代码(Basic Genetic Algorithm (GA) algorithm principles, steps, and Matlab implementation, including detailed code)