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

搜索资源列表

  1. modern-optimization-algorithms

    0下载:
  2. 现代优化方法,包括有模拟退火,粒子群法,蚁群法,遗传算法。-the modern optimization algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:91307
    • 提供者:井沛良
  1. GAandtheimprove

    0下载:
  2. 包含功能强大的遗传算法实现和改进的遗传算法实例,改进思想为模拟退火,自适应,多点交叉,均匀交叉-Contains the instance of the powerful genetic algorithm and improved genetic algorithm, improving the ideological and simulated annealing, adaptive, multi-point crossover, uniform crossover
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:7803884
    • 提供者:gaosuwen
  1. Custtc_zizi_xo

    0下载:
  2. 包含神经网络算法、遗传算法法、模拟退火算法与模糊数学方法 -Contains the neural network algorithm, the genetic algorithm method, simulated annealing and fuzzy mathematical methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:273265
    • 提供者:潜在
  1. GA-about-Materials-TS-TS-TSP

    0下载:
  2. 用于工程材料计算的遗传算法,关于TSP问题的禁忌算法 模拟退火算法比较等的源程序-For engineering materials calculated genetic algorithm, tabu search algorithm simulated annealing algorithm for TSP and other source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:43944
    • 提供者:zhuj
  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. Intelligent-algorithm

    0下载:
  2. 智能算法,matlab应用大全,遗传算法,模拟退火算法,粒子群算法等-Intelligent algorithm, matlab application Daquan, genetic algorithms, simulated annealing algorithm, particle swarm algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1502155
    • 提供者:张金政
  1. Metaheurisics

    1下载:
  2. 介绍遗传算法、模拟退火、一群算法、粒子群算法解决布局优化问题-Introduced genetic algorithm, simulated annealing, a group of algorithm, particle swarm optimization (pso) algorithm to solve layout optimization problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:301728
    • 提供者:taojing
  1. facility-layout-problems

    0下载:
  2. 将布局问题转化为优化问题,利用只能优化算法求解,包括遗传算法、模拟退火、一群算法、粒子群算法-Will the layout problem is transformed into optimization problem, and use only optimization algorithm, including genetic algorithm, simulated annealing, a group of algorithm, particle swarm optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:1429056
    • 提供者:taojing
  1. Flp_Asurvey_2007

    1下载:
  2. 介绍各种智能优化算法,包括遗传算法、模拟退火、一群算法、粒子群算法解决布局优化问题-Introduced all kinds of intelligent optimization algorithm, solve layout optimization problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-08
    • 文件大小:460140
    • 提供者:taojing
  1. genetic-algorithm

    0下载:
  2. 遗传算法与模拟退火算法,希望有所帮助。均在Matlab中实现。-Simulated annealing algorithm and genetic algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:1524
    • 提供者:zhou
  1. saga

    1下载:
  2. 模拟退火遗传算法代码,很实用,方便修改,有运行实例-Simulated annealing genetic algorithm code, very practical, easy to modify, run instance
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:510976
    • 提供者:hxliang
  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. 2009011308_homework3

    0下载:
  2. 清华大学人工智能小作业,旅行商问题,模拟退火/遗传算法-Tsinghua University artificial intelligence job, traveling salesman problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:100300
    • 提供者:liangchen
  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. Modern-optimization-algorithm

    0下载:
  2. 禁忌搜索(tabu search ),模拟退火(simulated annealing),遗传算法(genetic algorithms),人工神经网 络(neural networks)的matlab源码-Tabu search (Tabu search), simulated annealing (simulated annealing), genetic algorithms (genetic algorithms), artificial neural networks (ne
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:250716
    • 提供者:游思
  1. Clone-Algorithm-For-TSP

    0下载:
  2. 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1697168
    • 提供者:lijh
  1. HeuristicLab-3.3.7

    1下载:
  2. Heuristic 算法库。包含很多算法,包括蚁群算法,遗传算法,模拟退火算法,禁忌搜索算法。-Heuristic algorithms library. Contains many algorithms, including the ant colony algorithm, genetic algorithm, simulated annealing, tabu search algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:18042880
    • 提供者:凉风
  1. zhinengTSP

    0下载:
  2. TSP的matlab神经网络解法,包括遗传算法、粒子群算法 、鱼群算法、模拟退火法程序,程序有注释-The TSP Matlab intelligent solution, including genetic algorithm, particle swarm optimization, fish school algorithm, simulated annealing procedures, procedures comment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:15575
    • 提供者:唐小米
  1. Maltab-modeling-

    1下载:
  2. Maltab 源码\在数学建模中的应用、人口预测模型、灰色预测及其MATLAB实现、遗传算法、粒子群算法、模拟退火算法、人工神经网络、小波分析、动态仿真-matlab mathematic modeling
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:799920
    • 提供者:bernie
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com