搜索资源列表
遗传算法的源代码
- 基于实数编码遗传算法源代码,该程序很好用,已经调试通过-real-coded genetic algorithm source code, the procedure is useful, has been through testing
遗传算法C程序
- 基于遗传算法的函数寻优
ga
- 基于遗传算法的,可以用来求解多目标优化的程序源码-Based on genetic algorithms can be used to solve multi-objective optimization procedure source
11838804390
- 编写程序实现用遗传算法解决旅行商问题,研究遗传算法的工作原理和收敛性质。-TSP using Genentic Algorithm
GAsuanfa
- 此程序通过遗传算法(GA)实现灰度图像的分割,遗传算法的计算过程首先是将实际的优化问题编码成符合串,也称码串、染色体。将实际问题的目标函数转变为染色体的适应函数,然后在随机产生的一批初始染色体的基础上,根据各染色体的适应函数值进行繁殖、交叉、变异等遗传操作产生下一代染色体。 -This procedure of genetic algorithm (GA) to achieve gray scale image segmentation, genetic process of the algor
遗传算法——旅行商问题mfc
- 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因
给予遗传算法tsp程序 实现
- 放入程序,直接运行,非常完美,改文件是MATLAB编写的,亲自测试过,能够实现该算法,(Into the program, run directly, very perfect)
matlab程序
- 通过遗传算法实现宽带天线的匹配网络优化,提高整个频带内的传输效率、(The genetic algorithm is used to optimize the matching network of broadband antenna and improve the transmission efficiency in the whole frequency band,)
基因算法代码
- 通过分析此matlab程序语言,使用者会对基因遗传算法有一个较深刻的认识,特别适合对基因遗传算法感兴趣的人群。(Learning the Genetic Algorithm with the help of MATLAB)
模拟退火遗传算法
- 模拟退火遗传算法的车辆调度研究,里面具有完整的matlab程序(Research on vehicle scheduling with simulated annealing genetic algorith)
AGA
- 论文中自己编写的一段自适应遗传算法的定位程序,程序是完整的,参数自己设置。(In this paper, an adaptive genetic algorithm of the location program, the program is complete, the parameters are set up.)
遗传算法Matlab程序
- 量子遗传算法的matlab程序实现,用此程序可实现遗传算法(Quantum genetic algorithm)
《遗传算法理论·应用与软件实现》源代码
- 《遗传算法理论·应用与软件实现》源代码 多年积累类库,具有很大 的参考价值("Genetic algorithm theory, application and software implementation" source code accumulated library for many years, which has great reference value.)
基于数控机床进给系统PID参数优化程序
- 本代码运行遗传算法对数控机床系统PID控制环节的参数进行了整定(This code runs the genetic algorithm(GA)to set the parameters of the PID control link of the CNC machine tool system.)
遗传算法 车间调度 甘特图 代码
- 修改了网上不对的程序,可以用遗传算法求解。并画出甘特图(Modified the wrong program on the Internet, which can be solved by genetic algorithm. And draw Gantt chart.)
Maltlab程序
- 改进遗传算法用于多车多类型车辆的车辆路径优化(Application of improved genetic algorithm to vehicle routing optimization of multi-vehicle and multi-type vehicles)
基于多层编码遗传算法的车间调度算法(程序)
- 遗传算法车间调度,基于matlab的一套车间调度遗传算法的实现过程的源代码(Genetic Algorithms for Job Shop Scheduling)
基于遗传算法波束形成
- 一种基于matlab的遗传算法的波束形成程序,非常的实用。(A beamforming program based on matlab genetic algorithm is very practical.)
061751110825864
- 用遗传算法来实现含有各种能源形式 的der单元的能量调度,实现经济化。含光电。风电等多种单元。 该算法中首先根据各种DER单元的模型列出了各个单元的经济成本公式,包含诸如运行成本、维护成本以及环境等各种费用。然后根据一天的负荷预测图,在不同的控制策略下进行经济调度,计算出各个单元 最佳出力,即输出功率。 目标函数就是成本最低,限制条件包括功率平衡,以及各个单元的输出限制等 "(The genetic algorithm is used to realize the energy dis
基于遗传算法的车间调度实用程序
- matlab、使用遗传算法解决车间调度问题(Matlab, using genetic algorithm to solve job shop scheduling problem)