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

搜索资源列表

  1. 多目标优化

    0下载:
  2. spea2,一个多目标优化的代码
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-04-20
    • 文件大小:9900
    • 提供者:pupway
  1. 多目标优化 matlab

    8下载:
  2. multi object genetic algorithm 多目标优化遗传算法
  3. 所属分类:matlab例程

  1. nsga2code-from-Deb 经典的多目标优化NSGA-II算法

    1下载:
  2. 经典的多目标优化NSGA-II算法,来自Deb教授的实验室网页,非常有用-Classical multi-objective optimization algorithm NSGA-II, from the laboratory of Professor Deb pages, very useful
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:24625
    • 提供者:gwt
  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
    • 文件大小:10116
    • 提供者:宋庆席
  1. BFO.rar

    5下载:
  2. 细菌觅食随机优化论文及matlab源码。该算法属于进化算法的一种,可以处理全局优化、多目标优化、约束优化和动态优化等问题。,Bacterial feeding stochastic optimization papers and matlab source code. The algorithm belongs to a kind of evolutionary algorithm that can deal with global optimization, multi-objective o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-12-19
    • 文件大小:2452213
    • 提供者:bxingliu
  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
    • 文件大小:7569
    • 提供者:宋庆席
  1. MOEA-NSGA-II.rar

    5下载:
  2. NSGA-II多目标优化的matlab代码,NSGA-II multi-objective optimization matlab code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:371439
    • 提供者:gitry
  1. 多目标优化进化算法

    3下载:
  2. 按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-11-06
    • 文件大小:361472
    • 提供者:taiyuanwang
  1. 基于matlab多种群粒子群算法求解多目标优化问题

    25下载:
  2. 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization problem, this is my graduation pr
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:古月088376
  1. 多元变量多目标规划问题求解

    1下载:
  2. 1.适合解 多变量多目标规划问题,例如 收益最大,风险最小 2.主要目标法,线性加权法,权值我们可以自己设定。(The main objective method, the linear weighting method, the weight value can be set by ourselves)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:wolfkind
  1. 免疫优化算法在物流配送中心选址中的应用

    3下载:
  2. 主要用于用遗传算法解决多目标优化的VRP问题(the program is often used to solve VRP)
  3. 所属分类:matlab例程

  1. 遗传算法多目标优化

    4下载:
  2. 在matlab语言中,采用遗传算法求多目标优化,文件里面有相关的pareto图(In Matlab language, the genetic algorithm is used to achieve multi-objective optimization. There are related Pareto graphs in the file)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:192512
    • 提供者:多尔衮
  1. 基于遗传算法的汽车动力传动系参数多目标优化

    1下载:
  2. 利用遗传算法对汽车的动力传动系进行优化,以实现汽车发动机和传动系统的最佳匹配,达到充分发挥汽车性能的目的。(The genetic algorithm is used to optimize the driveline of the automobile, so as to achieve the best match between the engine and the driveline and give full play to the performance of the automob
  3. 所属分类:数值算法/人工智能

  1. 多目标优化实例和matlab程序

    2下载:
  2. 多目标优化算法,,可供初学者学习使用,部分需要重新调试后使用(Multi-objective optimization algorithm, available for beginners to learn, some need to be re-commissioned after use)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-03
    • 文件大小:21504
    • 提供者:哥的一把刀
  1. 改进nsga2多目标优化

    8下载:
  2. 通过gamultiobj函数,实现基于nsga2的改进优化算法(An improved optimization algorithm based on NSGA2 is implemented by gamultiobj function)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-16
    • 文件大小:70656
    • 提供者:小少龙
  1. 典型的多目标粒子群算法

    5下载:
  2. 典型的多目标粒子群算法,用于求解多目标优化问题(Typical multi-objective particle swarm optimization algorithm for solving multi-objective optimization problems)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-04-24
    • 文件大小:11264
    • 提供者:dw dw dw dw
  1. 多目标优化

    3下载:
  2. 多目标优化的各种类型算法的仿真程序,粒子群、遗传等等(Various types of programs for multi-objective optimization)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-05
    • 文件大小:24593408
    • 提供者:hangke
  1. 用遗传算法求解多目标函数优化

    0下载:
  2. 多目标函数,在多个约束条件的情况下用遗传算法找出最优解(Multi-objective function, using genetic algorithms to find the optimal solution under multiple constraints)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-06
    • 文件大小:4096
    • 提供者:晴天梦想
  1. 遗传算法多目标优化

    0下载:
  2. 遗传算法解决多目标优化问题,利用遗传算法对多目标问题进行优化得到pareto最优解。(The genetic algorithm solves the multi-objective optimization problem and USES the genetic algorithm to optimize the multi-objective problem to get pareto's optimal solution.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-06-06
    • 文件大小:1024
    • 提供者:tianhuahua
  1. PSO求解多目标优化问题matlab代码

    1下载:
  2. 单目标粒子群优化算法的主程序,这是一个案例,可以参考(Single objective particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-25
    • 文件大小:3072
    • 提供者:charline
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com