搜索资源列表

  1. Matlab遗传算法改进程序

    0下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习
  3. 所属分类:人工智能/神经网络/遗传算法

  1. gatbx

    0下载:
  2. Genetic Algorithm Toolbox for MATLAB, v1.2 (最好的遗传算法工具箱University of Sheffield) 需要将各文件的名称改成小写;-Genetic Algorithm Toolbox for MATLAB. v1.2 (the best genetic algorithm toolbox University of Sheffield) The need to the file
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:251904
    • 提供者:jick
  1. bpsuanfa

    0下载:
  2. 用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; -GA directly with BP network training algorithm the weights of the mai
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:QAP
  1. 2008101523144260

    1下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:35840
    • 提供者:梅丽
  1. xujinpeng-matlab

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。-Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:504832
    • 提供者:竹子的信仰
  1. xiaoshengjing

    1下载:
  2. 本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。 -In this paper, a lot of reading technical information niching genetic algorithm based on the
  3. 所属分类:汇编语言

    • 发布日期:2024-06-14
    • 文件大小:30720
    • 提供者:崔暁魏
  1. chapter4

    0下载:
  2. TSP是典型的NP完全问题,既其最坏情况下的时间复杂度随着问题规模的增大按指数方式增长,到目前为止还未找到一个多项式时间的有效算法。(TSP is a typical NP complete problem, and its worst-case time complexity increases exponentially as the problem size increases. So far, no polynomial tim
  3. 所属分类:书籍源码

    • 发布日期:2024-06-14
    • 文件大小:6144
    • 提供者:张东冉111
  1. 遗传算法优化神经网络matlab源码

    1下载:
  2. 此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:118784
    • 提供者:xihananhai
  1. 用MATLAB实现遗传算法程序.pdf

    0下载:
  2. 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic a
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:76800
    • 提供者:傲视天下
  1. matlab程序

    0下载:
  2. 通过遗传算法实现宽带天线的匹配网络优化,提高整个频带内的传输效率、(The genetic algorithm is used to optimize the matching network of broadband antenna and improve the transmission efficiency in the whole frequency band,)
  3. 所属分类:其他小程序

  1. 关于用遗传算法改进BP神经网络的MATLAB实现

    0下载:
  2. 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:1024
    • 提供者:CAUCHY-G
  1. 遗传算法

    0下载:
  2. 遗传算法实现优化问题,附有例题以及程序,非常实用。(Genetic algorithm for optimization problems)
  3. 所属分类:文档资料

    • 发布日期:2024-06-14
    • 文件大小:6144
    • 提供者:行者W
  1. VRPTW修改

    0下载:
  2. 车辆路径规划;遗传算法;matlab代码(Vehicle routing problem based on optimum maturation time method)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:45056
    • 提供者:浅笑2587
  1. 遗传算法改进的神经网络程序

    0下载:
  2. 自己整理网上的遗传算法改进的神经网络,matlab实现,主要应用于数据函数逼近拟合,网上的一般无法运行。这个可以运行。(The neural network improved by the genetic algorithm on the Internet, matlab implementation, mainly applied to the data function approximation fitting, the netw
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-14
    • 文件大小:51200
    • 提供者:leesinger
  1. 遗传算法

    0下载:
  2. 利用遗传算法计算目标函数极值,遗传算法与传统的优化方法(枚举,启发式等)相比较,以生物进化为原型,具有很好的收敛性,在计算精度要求时,计算时间少,鲁棒性高等都是它的优点。(Using the genetic algorithm to calculate the extremum of a objective function. Compared with the traditional optimization methods (enu
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:3072
    • 提供者:amnesia666
  1. 《Matlab遗传算法工具箱及应用》源码

    1下载:
  2. 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:1435648
    • 提供者:东来东往CT
  1. pso GA PID参数整定

    0下载:
  2. 该程序为微粒群算法与遗传算法求解pid参数整定MATLAB程序,优化结果包含参数输出与参数曲线变化图。(The program solves the PID parameter tuning MATLAB program for particle swarm optimization and genetic algorithm, and the optimization results include parameter output
  3. 所属分类:matlab例程

    • 发布日期:2024-06-14
    • 文件大小:4096
    • 提供者:渔舟煮酒
  1. 遗传算法工具箱

    0下载:
  2. MATLAB的一个工具箱,关于遗传算法的,有需要的下载。(MATLAB is a toolbox for genetic algorithm, which needs downloading.)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-14
    • 文件大小:670720
    • 提供者:笑笑2015
  1. 5种多旅行商问题(MTSP)的遗传算法

    0下载:
  2. 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-14
    • 文件大小:26624
    • 提供者:syyyyyyy
  1. 遗传模拟退火算法求解TSP问题matlab代码

    0下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehic
  3. 所属分类:Windows编程

    • 发布日期:2024-06-14
    • 文件大小:11264
    • 提供者:hayjao2020
« 12 3 »

源码中国 www.ymcn.org