CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - elitist

搜索资源列表

  1. ACO.ZIP

    0下载:
  2. ACO algorythm. This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP). The ACO algorithms implemented are Ant System, Elitist Ant System, MAX-MIN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:35205
    • 提供者:Aco17
  1. NSGA-II(2000)

    0下载:
  2. 这是多目标优化问题的经典文章,值得研究。A Fast and Elitist Multi-Objective Genetic Algorithm NSGA-II (2000)-A Fast and Elitist Multi-Objective Genetic Algorithm NSGA-II (2000)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1090087
    • 提供者:Winjade
  1. yichuansuanfa

    0下载:
  2. 自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Optimizing a function using Simple Genetic Algorithm with elitist preserved
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1011
    • 提供者:宋晓夏
  1. ant_tspelitists

    0下载:
  2. 改进的蚂蚁算法,即带精英策略的蚂蚁算法,求解TSP问题,对深入理解蚂蚁算法的优化原理很有帮助,通过测试。-Improved ant algorithm, ant algorithm with elitist strategy, to solve TSP problem, the ant-depth understanding of the principle of optimization is helpful, pass the test.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2848
    • 提供者:对称
  1. GA-Elitst

    0下载:
  2. 基于精英策略的简单遗传算法代码,遗传算法的精英策略可以保证算法的收敛性-Elitist strategy, the simple genetic algorithm code, the genetic algorithm-based elitist strategy can guarantee the convergence of the algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4245
    • 提供者:xiaotuji
  1. hunheyichuansuanfa

    1下载:
  2. 包含精英保留策略的二进制/十进制可选择遗传算法编码-Elitist strategy contains binary/decimal coding genetic algorithm to select
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:13556
    • 提供者:杨少波
  1. coevolutionary-algorithm

    0下载:
  2. 协同进化算法[I5] (Co-Evolutionary Algorithm, CEA)是研究者在协同进化理论基础 上提出的一类新算法。这类算法强调了种群与环境之间、种群与种群之间在不断进化过 程中的协调。与传统进化算法相比较,CEA可以对待求问题解空间进行合理的种群划分, 对较大规模的问题求解能有效跳出局部最优点,寻找到更好的优化解虽然CEA研 究起步较晚,但由于它的优越性,目前己成为当前进化计算的一个研究热点。 -Existing coevoluti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1195791
    • 提供者:王朝
  1. GA-algorithms

    0下载:
  2. 结合精英保留和轮盘赌、两两竞争法的几种选择算子和单点交叉算子与改进交叉算子分别对函数最小值求解,通过仿真计算相应的平均最小值,平均运行时间等统计值,并比较优差。-Combine elitist and roulette, several pairwise competition law selection operator and a single point of crossover with improved crossover for solving the minimum functio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:13070
    • 提供者:李瑜锋
  1. GA_1

    0下载:
  2. 进化算法中带精英保留的遗传算法,实现的功能是需要一个函数的最优值。-Genetic Algorithm evolutionary algorithm with elitist and achieve optimal value function is a function of need.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1876
    • 提供者:许根鹏
  1. NSGA2

    2下载:
  2. 基于非支配排序的带有精英策略的多目标优化算法:NSGA-II,测试函数是DTLZ-Based on the non-dominated sorting multiobjective optimization algorithm with elitist strategy: NSGA-II, the test function is DTLZ
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-25
    • 文件大小:1822720
    • 提供者:liubingjie
  1. NSGA-II

    0下载:
  2. NSGAII 带精英策略的双目标遗传算法-Dual objective genetic algorithm NSGAII Elitist
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:152862
    • 提供者:董蕴博
  1. NSGA-II

    1下载:
  2. NSGA2 带精英策略的非支配遗传算法 matlab算法包(NSGA2 elitist genetic algorithm matlab algorithm package with elitist strategy)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:156672
    • 提供者:猩博士
  1. NSGA-II

    0下载:
  2. 多目标优化问题,文献参考,A Fast Elitist Non-dominated Sorting Genetic Algorithm for Multi-objective Optimization(multi-object optimization)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:156672
    • 提供者:jiaoshuier
  1. ELITIST

    1下载:
  2. 带精英策略的蚂蚁算法,针对TSP问题做了研究(Ant Colony Algorithm for Traveling Salesman Problem)
  3. 所属分类:仿真建模

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:公子晟
  1. 精英策略

    1下载:
  2. 改进精英策略的遗传算法,应用在电动汽车领域(elitist-Genetic Algorithm,e-GA)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-14
    • 文件大小:47104
    • 提供者:山丘彼枫
搜珍网 www.dssz.com