搜索资源列表
chelianglujingwentiyichuansuanfa
- 车辆路径问题遗传算法matlab程序代码-vrp matlabvrp matlabvrp matlabvrp matlab
circle1
- 此代码是一个遗传算法的应用。它解决了以下问题:在一个有很多星的空间上,画最大的圈,并且使得圈不碰到任何星。最后的输出是一个图像。-This code is an application of GA. It solves the following problem: Draw the largest possible circle in a space of stars without enclosing any of them. The final output is a
Matlabcodeforgeneticalgorithm
- 遗传算法的matlab代码Matlab code for genetic algorithm-Matlab code for genetic algorithm
matlab
- 三个遗传算法matlab程序实例,通过对三种典型的遗传算法进行代码实现,可以简单明了的认识遗传算法-Three genetic algorithm living example of matlab code
matlab-toolbox-of-GA
- 关于遗传算法的matlab工具箱及其应用的代码介绍-some code about the GA and the toolbox in matlab related to it
liushuichejiandiaoduwenti-matlab
- 基于遗传算法的流水车间调度问题代码,非常实用-Based on Genetic Algorithm for Flow Shop Scheduling code
duomubiaosuanfa
- 多目标遗传算法实现代码,基于matlab-Multi-objective genetic algorithm code, based on matlab
matlab
- matlab 遗传算法代码 附详细步骤 超详细超详细-matlab gentic
yichuansuanfa
- 该代码为遗传算法matlab代码,其中代码都附有详细说明-The code for the genetic algorithm matlab code, which is accompanied by a detailed descr iption of the code
精通MATLAB智能算法(2015代码)
- 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
1--遗传算法代码-最小值
- 用来计算最大值或最小值的matlab代码,非常有用哦(This code is used to calculate the maximum and minimum, more useful, hope to adopt)
VRPTW修改
- 车辆路径规划;遗传算法;matlab代码(Vehicle routing problem based on optimum maturation time method)
基因遗传算法MATLAB代码 -
- 通过分析此MATLAB编程,使用者可以对基因遗传算法有个较深刻的认识,对基因遗传算法感兴趣的建议可以读一下。(Learning Genetic Algorithm with the help of MaATLAB)
基因算法代码
- 通过分析此matlab程序语言,使用者会对基因遗传算法有一个较深刻的认识,特别适合对基因遗传算法感兴趣的人群。(Learning the Genetic Algorithm with the help of MATLAB)
5种多旅行商问题(MTSP)的遗传算法
- 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)
遗传算法案例分析及源代码
- 基于遗传算法的选址MATLAB代码,案例分析(Location based MATLAB code based on genetic algorithm)
遗传算法WinRAR 压缩文件
- 三个遗传算法matlab程序实例,更深刻了解遗传算法(Three genetic algorithm matlab program examples, a deeper understanding of genetic algorithms)
MATLAB代码 遗传算法 信道分配 频谱分配
- 用遗传算法解决信道分配问题,用matlab语言描述,实用(Solving Channel Assignment Problem with Genetic Algorithms)
遗传模拟退火算法求解TSP问题matlab代码
- 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
BAS代码
- 天牛须搜索( beetle antennae search,BAS) 算法是2017 年提出的一种基于天牛觅食原理的适用于多目标函数优化的新技术,其生物原理为: 当天牛觅食时,其并不知道食物在哪里,而是根据食物气味的强弱来觅食。天牛有两只长触角,如果左边触角收到的气味强度比右边大,那下一步天牛就会向左边飞,反之则向右飞。依据这一简单原理天牛就可以有效找到食物。与遗传算法、粒子群算法等类似,BAS 不需要知道函数的具体形式以及梯度信息,就可以自动实现寻优过程,且其个体仅为一个,寻优速度显著提高。(