搜索资源列表
车间作业调度问题遗传算法通用Matlab程序
- 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
ga
- 遗传算法matlab实现,请仔细阅读相关帮助文件后再使用-Genetic algorithm matlab realize, please carefully read the relevant help files and then use
eCGAmatlab
- 多目标优化,遗传算法,适合于研究多目标优化的朋友 -Multi-objective optimization, genetic algorithm, suited to study multi-objective optimization of a friend
chejiandiaodu
- 本算法是用标准遗传算法来优化车间调度,具有很好的实时性。-This algorithm is a standard genetic algorithm to optimize shop scheduling with a good real-time.
ycsf
- 18个遗传算法程序matlab源码,包括遗传算法核心程序,二进制编码应用程序,浮点编码的应用程序等等。-18 procedures matlab genetic algorithm source code, including the core genetic algorithm procedure, binary-coded applications, floating-point encoding applications and so on.
jsjy20070288
- :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。-: Genetic algorithm for the lack of easy to