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

搜索资源列表

  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. 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. ga_basicprogram

    0下载:
  2. 模拟退火遗传算法,是英语初学者学习,是个很好的例程-Simulated annealing genetic algorithm, English for beginners to learn, it is a good routine
  3. 所属分类:Software Testing

    • 发布日期:2017-12-07
    • 文件大小:1488
    • 提供者:徐睿
  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. the-mathematical-modeling-algorithm

    0下载:
  2. 各种最优化算法介绍,包括遗传算法、粒子群算法、模拟退火算法、人工神经网络、小波分析、动态仿真、数值模拟等-Various optimization algorithms, including genetic algorithm, particle swarm optimization, simulated annealing algorithm, artificial neural network, wavelet analysis, dynamic simulation, numerical
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-29
    • 文件大小:1825749
    • 提供者:bernie
  1. Ga-Sa-vrp

    4下载:
  2. 用遗传算法--模拟退火算法求解车辆路径问题。-Using genetic algorithms- simulated annealing algorithm for vehicle routing problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:11372
    • 提供者:马文
  1. Particle-Swarm-Optimization

    0下载:
  2. 用基于交叉遗传的粒子群优化算法求解无约束优化问题;用基于模拟退火的粒子群优化算法求解无约束优化问题-Based on the cross with a genetic particle swarm optimization algorithm for solving unconstrained optimization problems using simulated annealing particle swarm optimization algorithm for solving unc
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:1428
    • 提供者:陈齐
  1. NN

    0下载:
  2. 智能算法30案例 包括遗传算法、神经网络、粒子群、模拟退火等-Intelligent algorithm of 30 cases including genetic algorithms, neural network, particle swarm optimization, simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7418645
    • 提供者:cs
  1. Model_VRP_Matlab

    10下载:
  2. 浙江大学数学建模比赛2013B题Matlab源码,主要使用遗传算法和模拟退火解决自行车调度问题,此处为有时间窗的VRP问题,注释详尽,方便改进维护-Zhejiang University Mathematical Contest in Modeling 2013B title Matlab source code, detailed notes, easy to improve maintenance
  3. 所属分类:matlab

    • 发布日期:2015-11-12
    • 文件大小:245760
    • 提供者:Outrace
  1. matlabxuexi

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4994150
    • 提供者:高雄飞
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 »
搜珍网 www.dssz.com