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

搜索资源列表

  1. chess

    0下载:
  2. 中国象棋计算机博弈系统评估函数的自适应遗传算法实现。-Chinese Chess Computer Game System Evaluation Function in Adaptive Genetic Algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:229455
    • 提供者:李响
  1. AdaptiveGeneticAlgorithm

    0下载:
  2. 本文提出了一种改进的自适应遗传算法,具有重要的学术参考价值!-This paper proposes an improved adaptive genetic algorithm, have important academic value!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:99409
    • 提供者:
  1. robots-AGA

    1下载:
  2. 机器人队形控制 自适应遗传算法matlab代码-Robot formation control Adaptive genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:4096
    • 提供者:
  1. GA-RBF

    1下载:
  2. 自适应遗传算法优化RBF神经网络,粒子群算法优化RBF神经网络仿真结果比较。程序可直接运行-Adaptive genetic algorithm to optimize the RBF neural networks, particle swarm optimization on RBF neural network simulation results compared. Program can be run directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5688
    • 提供者:李小芳
  1. AdapGA

    1下载:
  2. 自适应遗传算法求解一维无约束优化问题,matlab程序。-Adaptive genetic algorithm for one-dimensional unconstrained optimization problems, matlab program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1228
    • 提供者:李永超
  1. Genetic-Alogrithm

    0下载:
  2. 遗传算法解算GPS载波相位整周模糊度,包括基本遗传算法和自适应遗传算法。-Genetic Algorithms GPS carrier phase integer ambiguity, including basic genetic algorithm and adaptive genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:307644
    • 提供者:陈魁
  1. zishiyingyichuansuanfa

    0下载:
  2. 自适应遗传算法的源代码,已经编译运行成功-Adaptive genetic algorithm source code, compile and run successfully
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:30090
    • 提供者:杨阳
  1. aga_matlab

    0下载:
  2. 用MATLAB写出的自适应遗传算法源代码,从事智能计算的人们可以学习-Adaptive genetic algorithm source code written in MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:747
    • 提供者:段誉
  1. AAGAd

    0下载:
  2. 自适应遗传算法,特别适用于初学者,具体应用时只需需更改目标程序即可 , -Adaptive genetic algorithm is especially suitable for beginners, specific applications only need to change the target program can be,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:741
    • 提供者:zhengguoo
  1. AGA-BP

    0下载:
  2. 改进的自适应遗传算法与BP算法结合算法的整套算法及子程序-Improved adaptive genetic algorithm combined with BP algorithm algorithm set of algorithms and subroutines
  3. 所属分类:matlab

    • 发布日期:2016-08-25
    • 文件大小:8192
    • 提供者:星月
  1. AGA-PPR

    2下载:
  2. 投影寻踪优化算法源码,投影方向及参数采用改进的自适应遗传算法-Projection Pursuit improved adaptive genetic algorithm optimization algorithm source, projection direction and parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:8693
    • 提供者:星月
  1. ga_main

    0下载:
  2. 自适应遗传算法 缩短遗传算法的计算时间 一个m文件即可-Adaptive Genetic Algorithm Shorten the computation time of the genetic algorithm An m-file is OK
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:2270
    • 提供者:zhengpengyuan
  1. AdapGA

    0下载:
  2. AdapGA 用自适应遗传算法求解一维无约束优化问题 -AdapGA with adaptive genetic algorithm for one-dimensional unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:825
    • 提供者:小苏风
  1. ga

    1下载:
  2. 本程序是一个用C++模板实现的遗传算法库,包括了基本遗传算法,自适应遗传算法和分层遗传算法,具有优秀的通用性和可复用性。 main函数是一个对建筑能耗作分析的例子,需要安装Energy plus 6.0才能正确运行,否则报错。 附有说明文档。 -The program is a C++ template implementation genetic algorithm library, including the basic genetic algorithm, adaptive g
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:1800515
    • 提供者:lee
  1. AdapGA

    0下载:
  2. 用matlab编写的自适应遗传算法,交叉概率和变异概率能够自动随适应度而改变,因此能够提供相对某个最优解的最佳交叉概率和变异概率-Using matlab adaptive genetic algorithm, the crossover and mutation probability with the fitness change, and therefore able to provide relatively a optimal solution best crossover proba
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:881
    • 提供者:李康毅
  1. MMAdapGA

    0下载:
  2. 用matlab编写了多变异位自适应遗传算法,在自适应遗传算法中加入多位变异,以增加种群的多样性-Changeable to ectopic adaptive genetic algorithm using matlab number variation adaptive genetic algorithm, in order to increase the diversity of the population
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:978
    • 提供者:李康毅
  1. FIT-GA

    0下载:
  2. 很好用的自适应遗传算法代码,可以运行,方便修改。-Good use of adaptive genetic algorithm code, you can run, and easy to modify.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:822
    • 提供者:吕东
  1. AUTO-GA.txt

    0下载:
  2. 自己编写的自适应遗传算法,方便实用,可进行修改-I have written the adaptive genetic algorithm, modified running instance
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:770
    • 提供者:hxliang
  1. AmbituityResolution_GA

    0下载:
  2. 遗传算法和自适应遗传算法解算双差整周模糊度的程序-Genetic algorithms and adaptive genetic algorithm solving the double difference integer ambiguity procedure
  3. 所属分类:transportation applications

    • 发布日期:2017-11-11
    • 文件大小:66393
    • 提供者:陈魁
  1. 68872607AGA

    0下载:
  2. 利用自适应遗传算法求解多元函数的最值问题。-Most adaptive genetic algorithm for multi-function value.
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:39369
    • 提供者:pigeon
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com