CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟退火算法 遗传算法

搜索资源列表

  1. matlab-TSP

    1下载:
  2. 包含蚁群,模拟退火,遗传等算法解决TSP问题的matlab代码。-Include ant colonies, simulated annealing and genetic algorithm to solve TSP problem matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8868
    • 提供者:王旸
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. fc0

    0下载:
  2. 完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序-Complete graph Hamiltonian cycle common genetic simulated annealing algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:935
    • 提供者:杨飞宇
  1. algorithms

    0下载:
  2. 十大算法论文,包括遗传算法,模拟退火,蒙特卡罗法等等,对于初学者很有帮助-Ten papers algorithms, including genetic algorithms, simulated annealing, Monte Carlo method, etc., very helpful for beginners! !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4410902
    • 提供者:冯紫藤
  1. routing-algorithm-based-on-GA-

    0下载:
  2. 基于遗传算法和模拟退火算法融合的带QoS约束的组播路由算法 Matlab代码- QoS constrained multicast routing algorithm based on GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:1639
    • 提供者:
  1. Hamiltonian-cycle

    0下载:
  2. 完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序-Complete graph Hamiltonian cycle common genetic simulated annealing algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3820
    • 提供者:guoxiangwang
  1. TSP110707-1

    1下载:
  2. 旅行商问题是一个典型的NP完全性问题。本文基于改进的自适应遗传 算法设计并开发了一个求解旅行商问题的软件程序,并将此程序进行了48 个城市的TSP问题计算,与模拟退火算法的计算过程及计算结果进行了比 较。文中给出了遗传算法在解决TSP问题中的参数选择和编码方式、适应 度函数的设计、种群的初始化和遗传算子的详细设计。通过对此程序的改 装,即可用于其他NP完全性问题的求解。-The traveling salesman problem is a typical NP proble
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5255999
    • 提供者:翁經堯
  1. yichuansuanfa

    0下载:
  2. 研究了两种全局优化算法:遗传算法( Genetic Algorithm , GA) 和模拟退火(Simulated Annealing ,SA) ,并且比较了它们在神经网络优化中的性能。-Study of two global optimization algorithms: genetic algorithm (Genetic Algorithm, GA) and simulated annealing (Simulated Annealing, SA), and compared them
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:23124
    • 提供者:fy
  1. Intelligent-optimizatio

    0下载:
  2. 智能优化计算_华东理工大学。里面有模拟退火算法,遗传算法,神经网络的详细介绍,非常适合一般读者!-Intelligent optimization _ East China University of Technology. There are simulated annealing, genetic algorithms, neural network details, very suitable for the general reader!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5962965
    • 提供者:耿伟
  1. 111

    0下载:
  2. Single genetic单亲遗传模拟退火算法的顶点p_中心问题.-Single genetic simulated annealing algorithm vertices p_ central issue.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:717905
    • 提供者:tao
  1. GASA

    0下载:
  2. 遗传模拟退火算法求解f(x)=xcosx+2的最大值-Genetic simulated annealing algorithm for solving f (x) = xcosx+ 2 of the maximum
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:50517
    • 提供者:XI YIri
  1. fc0

    0下载:
  2. 完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序-Genetic simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:938
    • 提供者:zhangjin
  1. gpupgasav2

    0下载:
  2. 基于GPU并行的模拟退火算法,使用CUDA,结合遗传算法,自适应邻域的并行模拟题退火算法-Simulated annealing algorithm based on GPU parallel With CUDA, combined with genetic algorithm, the adaptive neighborhood annealing algorithm for parallel simulation questions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:6038947
    • 提供者:linmin
  1. three-algorithm-for-TSP-problem

    0下载:
  2. TSP问题的三种算法,模拟退火算法,遗传算法,蚁群算法-three algorithms of TSP problem ,three algorithms of TSP problem,three algorithms of TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:64091
    • 提供者:buyi
  1. chapter20

    0下载:
  2. matlab学习案例,基于遗传模拟退火算法的聚类算法-the matlab case study, the clustering algorithm based on genetic simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:11565
    • 提供者:蔡正杰
  1. ga-as-fcm

    0下载:
  2. 基于遗传模拟退火算法的聚类算法肯定是可以用的,而且效果不错的。-Certainly genetic simulated annealing algorithm-based clustering algorithm can be used, and the effect is good.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:11919
    • 提供者:杨晓帆
  1. daima

    0下载:
  2. 遗传-模拟退火算法解决组合优化问题,结合遗传算法与模拟退火算法各自的优点-Genetic- simulated annealing algorithm to solve combinatorial optimization problems, the respective advantages of the combination of genetic algorithms and simulated annealing algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:11648
    • 提供者:张俊龙
  1. heuristic-algorithm

    0下载:
  2. 旅行商问题,使用模拟退火算法和遗传算法解决的代码。-The traveling salesman problem using the simulated annealing algorithm and genetic algorithm to solve the code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:1840441
    • 提供者:
  1. 30-cases-in-matlab

    1下载:
  2. MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedur
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:1560351
    • 提供者:Binjie Liao
  1. Design-and-implementation

    0下载:
  2. 基于遗传和模拟退火算法的自动组卷系统设计与实现-Design and implementation of automatic test paper based on genetic algorithms and simulated annealing
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:31853
    • 提供者:张嘉城
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com