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

搜索资源列表

  1. nsga2code

    1下载:
  2. NSGA-II 多目标遗传算法 c语言编写
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:42.56kb
    • 提供者:Snowflutter
  1. NSGA-II.非常强大的多目标遗传算法

    27下载:
  2. NSGA-2 一种非常强大的多目标遗传算法,本人已经把它调通.,NSGA-2 a very strong multi-objective genetic algorithm, I have to tune it pass.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-11-24
    • 文件大小:374.63kb
    • 提供者:feishao
  1. nsga2_c_source.rar

    2下载:
  2. 实现遗传算法(GA)的多目标优化算法:NSGA-II算法。,The realization of genetic algorithms (GA) of the multi-objective optimization algorithm: NSGA-II algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:9.88kb
    • 提供者:宋庆席
  1. NSGAII.rar

    1下载:
  2. 实现遗传算法(GA)的多目标优化算法:NSGA-II的MATLAB程序,The realization of genetic algorithms (GA) of the multi-objective optimization algorithm: NSGA-II of the MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:7.39kb
    • 提供者:宋庆席
  1. NSGA-II

    9下载:
  2. 实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。-Achieved a multi-objective genetic algorithm NSGA2, with detailed notes and related papers, the reader just a brief specific issues in accordance with changes to use.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-14
    • 文件大小:124.1kb
    • 提供者:赵爽
  1. nsga2code(c)

    2下载:
  2. CODE OF NSGA,I hope that it will help you,thank you~-CODE OF NSGA, I hope that it will help you, thank you ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:25.53kb
    • 提供者:amy
  1. nsga2(c)

    2下载:
  2. C语言编写的遗传算法NSGA2,可以直接套用函数运算-C language NSGA2 genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:277.08kb
    • 提供者:最爱爽肤水
  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
    • 文件大小:1.04mb
    • 提供者:Winjade
  1. NSGA

    1下载:
  2. nsga2非支配排序遗传算法,c++源码实现-nsga2 non-dominated sorting genetic algorithm, c++ source code to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3.88kb
    • 提供者:李彦彪
  1. NSGA-II

    1下载:
  2. nsga2 C++源码实现,收敛速度很快-nsga2 C++ source code implementation, fast convergence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:148.14kb
    • 提供者:李彦彪
  1. NSGAII

    0下载:
  2. NSGA II C++ CODES FOR MULTI-OBJECTIVE EVOLUTIONARY COMPUTATIONS
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:24.02kb
    • 提供者:kaveh
  1. nsga2code

    0下载:
  2. This the code for NSGA II in C Language-This is the code for NSGA II in C Language
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:23.72kb
    • 提供者:ramu
  1. PSO

    1下载:
  2. 智能优化算法,有粒子群算法(matlab)和多岛遗传算法(C语言)-PSO optimization algorithm and nsga-II optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:752.75kb
    • 提供者:李均衡
  1. nsga2_best_searching_revised

    0下载:
  2. NSGA-II 算法,能够求解通用的最优化问题,全局搜索能力非常强。-NSGA-II code by c. It can run on Linux or Windows.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:9.77kb
    • 提供者:polygan
  1. nsga2code

    0下载:
  2. NSGA-II的C语言算法实现,包含交叉、变异个步骤-NSGA-II algorithm in C language to achieve, including crossover and mutation steps
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:23.82kb
    • 提供者:caojiru
  1. NSGA

    1下载:
  2. NSGA-II 基于非支配排序的多目标优化算法,实现(c语言实现)-NSGA-II multi objective optimization algorithm based on non dominated sorting, implementation (C language)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3.2kb
    • 提供者:王朋
  1. jMetal-CPP-version

    0下载:
  2. 外国人写的基于C++的单目标和多目标优化源程序jMetal 4.5最新版的C++源程序,包括NSGA-II\SPEA2\MOPSO,以及单目标优化算法-粒子群PSO、差分进化DE等。-C++ version of jMetal 4.5
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2.79mb
    • 提供者:王鹏
  1. MOEA-NSGA-II

    0下载:
  2. NSGA (No n- Do mina te d So r ting in Ge ne tic Alg o r ithms [5 ]) is a p o pula r no n-do mina tio n ba s e d g e ne tic a lg o r ithm fo r multi- o b je c tive o ptimiz a tio n. I t is a ve r y e ff e c tive a lg o r ithm but ha s b e e n g
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:362.56kb
    • 提供者:wenxiaoyong
  1. NSGA2rV2

    2下载:
  2. K. Deb NSGA-II算法的Visual C++语言源程序代码(The Visual C++ source code for NSGA-II algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-11
    • 文件大小:457.98kb
    • 提供者:莫隐
  1. NSGA-II算法C语言代码

    2下载:
  2. 基于NSGA-II算法原理,利用C语言实现了交叉、变异、以及非支配排序、拥挤度计算等算法模块。
  3. 所属分类:matlab例程

搜珍网 www.dssz.com