搜索资源列表
基于遗传模拟退火算法的低空飞行器航迹规划.pdf
- 基于遗传模拟退火算法的低空飞行器航迹规划
SA_GA
- 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
QoSRoute-GA
- 带有QoS约束的组播路由问题是一个NP完全问题,遗传模拟退火算法是遗传算法和模拟退火算法的一种融合,可以为这类问题提供一个解决方案-With QoS constraint multicast routing problem is an NP-complete problem, genetic simulated annealing algorithm is a genetic algorithm and simulated annealing algorithm as a fusion, you
ANNandSAA
- 用matlab编写的遗传算法和模拟退火程序-Matlab prepared using genetic algorithms and simulated annealing procedures
TSP
- 这是一个人工智能方面的算法程序,里面包含模拟退火算法、神经网络算法以及遗传算法三个。-This is an area of artificial intelligence algorithm procedure, which includes simulated annealing algorithm, neural network algorithms and genetic algorithms in three.
Optimizers
- 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
GASA
- 基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 -adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by O
QosMulticastMATLAB
- 功能代码含多种QoS约束的组播路由问题遗传模拟退火算法通用MATLAB源码.-multicast
image_segmentation
- 遗传模拟退火图像分割算法,对学习图像分割的童鞋们很有帮助,分割效果也很好~-Genetic simulated annealing algorithm for image segmentation, image segmentation of the study of children' s shoes are very helpful, segmentation is also very good ~
tuihuoyichuanfa
- 遗传模拟退火算法,是一种对遗传算法的改进,效率很好。-Annealing Genetic Method
基于遗传模拟退货的聚类算法
- 基于遗传算法和模拟退火的模糊均值聚类算法(Fuzzy mean clustering)
基于遗传模拟退火算法的聚类算法
- 基于遗传模拟退火算法实现数据的聚类,为后续的数据分析做准备(Data clustering analysis based on genetic simulated annealing algorithm)
遗传退火进化算法.rar
- 可以利用模拟退火算法通过降温求得最优解和最优规划(The simulated annealing algorithm is used to obtain the optimal solution and the most optimal planning)
模拟退火遗传算法程序
- 模拟退火遗传混合算法,求解NP-HARD问题(this program is used to analyse genetic-simulated annealing algorithm (GSA) by matlab)
Auto_Path
- 利用MATLAB语言模拟退火算法和遗传算法这两个算法结合构成的遗传模拟退火算法对移动机器人进行路径规划(Using MATLAB simulated annealing algorithm and genetic algorithm two genetic algorithms combined with genetic simulated annealing algorithm for mobile robot path planning)
模拟退火遗传算法
- 模拟退火遗传算法的车辆调度研究,里面具有完整的matlab程序(Research on vehicle scheduling with simulated annealing genetic algorith)
基于遗传模拟退火算法的聚类算法
- 遗传模拟退火算法和聚类算法的结合,有助于学生课程设计,熟悉算法代码的学习(The combination of genetic simulated annealing algorithm and clustering algorithm is helpful to students' curriculum design and familiarity with algorithm code learning.)
基于matlab的模拟退火-遗传算法程序
- 基于matlab的模拟退火-遗传算法程序,内有matlab代码样例,可自行下载(Matlab based simulated annealing genetic algorithm, there are examples of matlab code, you can download it yourself.)
遗传模拟退火算法求解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)
遗传模拟退火
- 遗传模拟退火算法,包括遗传算法及加入退火优化,退火算法可以跳出局部最优解。