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

搜索资源列表

  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:5120
    • 提供者:木冉
  1. 两种直线划线算法

    0下载:
  2. 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
  3. 所属分类:其他

  1. 遗传算法

    2下载:
  2. 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:ytx222
  1. 遗传算法程序

    0下载:
  2. 遗传算法简介以及程序(Introduction of genetic algorithm and program)
  3. 所属分类:其他

  1. 遗传算法

    0下载:
  2. 利用遗传算法可以解决组合优化问题,代码很经典!(The combinational optimization problem can be solved by using the genetic algorithm, the code is classic!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:11264
    • 提供者:goodluck-2017
  1. 禁忌搜索算法

    0下载:
  2. 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
  3. 所属分类:其他

  1. 基于遗传算法的 TSP 算法

    1下载:
  2. tsp问题(全称:TravellingSalesmanProblem),又称为旅行商问题、货郎担问题、TSP问题,是一个多局部最优的最优化问题,遗传算法是一种基于种群演变一种优化的算法,在此基础上的优化程序会自动寻找出最短路(TSP (full name: TravellingSalesmanProblem), also known as the traveling salesman problem, traveling salesman problem, but TSP problem is
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:146432
    • 提供者:淡然踏歌
  1. 改进遗传算法

    2下载:
  2. 改进的遗传算法,求解路径寻优的问题,加快了寻找全局最优解的速度(The improved genetic algorithm solves the problem of path optimization and accelerates the speed of finding the global optimal solution)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:逸凡
  1. 改进的禁忌搜索算法

    4下载:
  2. 改进的禁忌搜索算法,求解路径寻优问题,相对传统的遗传算法,能够更精确求得全局最优解(Compared with the traditional genetic algorithm, the improved tabu search algorithm can solve the problem of path optimization, and can obtain the global optimal solution more accurately)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:逸凡
  1. chapter1遗传算法工具箱

    0下载:
  2. chapter1遗传算法工具箱,遗传算法工具箱一书中源代码,非常好用。(Genetic algorithm toolbox, genetic algorithm toolbox a book in the source code, very easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:liangzige
  1. chapter2基于遗传算法和非线性规划的函数寻优算法

    0下载:
  2. chapter2基于遗传算法和非线性规划的函数寻优算法(A Function Optimization Algorithm Based on Genetic Algorithm and Nonlinear Programming)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:34816
    • 提供者:liangzige
  1. 十五个经典算法研究与总结、目录+索引(by_...

    0下载:
  2. 对目前的经典算法有详细的概括,包括红黑树,排序,sift等等(A detailed overview of the current classical algorithms)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:11040768
    • 提供者:Sher7win
  1. QoS组播路由问题的蚁群算法通用Matlab源码

    0下载:
  2. QoS组播路由问题的蚁群算法通用Matlab源码(QoS multicast routing problem ant colony algorithm, general Matlab source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:spring888999
  1. 基于粒子群优化的无线MESH网信道分配算法

    6下载:
  2. 基于粒子群优化的无线MESH网信道分配算法通用MATLAB函数(General MATLAB function of wireless MESH network channel allocation algorithm based on particle swarm optimization)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:15360
    • 提供者:spring888999
  1. BP神经算法

    0下载:
  2. 神经网络算法源代码,使用c++编写,适用于解决分类问题(Neural network algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:oiglvy
  1. 多种群遗传算法的函数优化算法

    0下载:
  2. 多种群遗传算法的函数优化算法,可以实现基于多种群遗传算法的函数最优化问题(Multi population genetic algorithm function optimization algorithm, can be achieved based on multiple population genetic algorithm function optimization problem)
  3. 所属分类:matlab例程

  1. 算法导论(第三版)基本完整中文版答案

    4下载:
  2. 算法导论中文与英文答案(Introduction to algorithms, Chinese and English)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-14
    • 文件大小:5833728
    • 提供者:xiaoxuehome
  1. 10242419TSP遗传算法程序

    0下载:
  2. 是tsp遗传算法,详细的描述其进行的过程,可以使人很容易理解。(TSP genetic algorithm, a detailed descr iption of its process, can make it easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:134144
    • 提供者:yongwong
  1. chapter19基于模拟退火算法的TSP算法

    2下载:
  2. 模拟退火算法属于现代算法,可以求得复杂函数的最优解(The simulated annealing algorithm belongs to modern algorithm, and the optimal solution of complex function can be obtained)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:
  1. 算法代码

    0下载:
  2. 这是一个关于pid调节的子程序,可以帮助初学者更好地了解pid算法(This is a regulation on the PID subroutine, which can help beginners better understand the PID algorithm)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:13312
    • 提供者:ggboy
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com