搜索资源列表

  1. Matlab

    0下载:
  2. 各类人工智能算法源代码哦,包括蚁群、粒子群、遗传、神经网络-The source code of various artificial intelligence algorithms Oh
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:21504
    • 提供者:fcy
  1. vrpGA

    0下载:
  2. VRP问题的遗传算法程序 matlab写的,经典,智能算法-the procedures of VRP problem which is compiled by GA and running in matlab.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:7168
    • 提供者:武开
  1. wzq

    0下载:
  2. 【五子棋】禁手规则和智能算法探讨及其实现源代码(VC6.0环境成功通过!)含禁手规则、智能算法和倒计时功能等-Ban hand rules and intelligent algorithm to explore the source code and its implementation
  3. 所属分类:游戏

    • 发布日期:2024-04-28
    • 文件大小:381952
    • 提供者:杨抄
  1. AntAlgorithmBerlin52

    0下载:
  2. 本算法为蚂蚁算法,主要解决了Berlin52的路径规划问题。蚂蚁算法可以用于路径的规划,和PID参数的整定,是一种仿生智能算法!-This algorithm ant algorithm solves the problem of Berlin52 path planning problems. Ant algorithm can be used for path planning, and PID parameter tuning,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:478208
    • 提供者:guoangang
  1. Maze

    0下载:
  2. IEEE电脑鼠走迷宫程序(带有记忆功能和智能算法)-IEEE Computer Mouse Maze procedure (with memory function and intelligence algorithm)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-04-28
    • 文件大小:99328
    • 提供者:黄威
  1. PIDcontrowithAOC

    0下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to ant colony algorithm can be used to optimize the PID parameters there are many intelligent algorithms, such as genetic algorithms, simulated anneal
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:张望
  1. Intelligentapplicationofthealgorithms

    1下载:
  2. 智能化算法的应用,介绍了各种智能算法的概况,详细介绍了蚁群算法、免疫算法、遗传算法、粒子群算法在配电网重构中的应用,可以管中窥豹地学习智能算法在具体问题中的应用-The application of intelligent algorithms, introduced an overview of the various intelligent algorithms, detailed information on ant colony
  3. 所属分类:软件工程

    • 发布日期:2024-04-28
    • 文件大小:29392896
    • 提供者:haitan
  1. chaos_examples

    1下载:
  2. 自己写的混沌优化算法,有注释,算法简单,适合学习-Chaos Optimization Algorithm for his writing, there are notes, simple algorithm for learning
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:吴军
  1. 8puzzle

    0下载:
  2. 人工鱼群算法是一种智能算法,越来越多的应用于工程实践中-AFSA is an intelligent algorithm, more and more used in engineering practice
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:王一平
  1. algorithms

    0下载:
  2. 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:6202368
    • 提供者:王军
  1. DIJSTR

    0下载:
  2. 传统算法求解基于交通流量的最短路径问题,可以用于和群体智能算法进行比较试验。-The traditional algorithm for the shortest path based on traffic flow issues, and swarm intelligence algorithms can be used to compare the test.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:337920
    • 提供者:wangshuang
  1. intelligent_algorithm

    0下载:
  2. 求函数全局最大值的遗传算法、蚁群算法和粒子算法。智能算法绝好的入门材料。-Global maximum of a function of genetic algorithm, ant colony algorithm and particle algorithm. Excellent introductory material on intelligent algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:235520
    • 提供者:zoukeg
  1. PSO算法程序

    0下载:
  2. 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:10240
    • 提供者:lazyxiaoming
  1. RNSA

    0下载:
  2. 人工免疫RNSA智能算法,根据自体生成定半径的检测器,用于异常检测以及入侵检测。(Artificial immune RNSA intelligent algorithm is used for anomaly detection)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:枫歌
  1. PID算法

    0下载:
  2. PID系数的调整方法说明,以及飞思卡尔智能车上使用到的算法(The adjustment method of PID coefficients is explained, and the algorithm is used on the Carle intelligent vehicle)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:1770496
    • 提供者:holycaa
  1. example2

    0下载:
  2. matlab编程的基础遗传算法,对初学者很有帮助(Application examples of genetic algorithm toolbox)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:小厘
  1. 算法大全pdf

    0下载:
  2. 建模智能算法适用于国赛美赛,可以助你一臂之力(Intelligent modeling algorithm is suitable for the country Saimeisai, can help you a helping hand)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:8332288
    • 提供者:fengzihao
  1. mathematical modeling

    0下载:
  2. 文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:99482624
    • 提供者:Jyoung丶
  1. bat_algorithm

    1下载:
  2. 蝙蝠算法是一种全局搜索最优解的有效方法,新颖的智能算法。(Bat algorithm is an efficient method for searching optimal solutions, innovative intelligent algorithms.)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:may1246
  1. 第32章

    0下载:
  2. 基于GA-BP的抗糖化活性研究,《matlab智能算法》第32章源代码(Study on the activity of sugar resistance based on GA-BP,Matlab intelligent algorithm, the thirty-second chapter source code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:485376
    • 提供者:王1900
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org