搜索资源列表

  1. nsga3cpp1.1

    0下载:
  2. NSGA-III遗传算法,实现超多目标优化-NSGA-III algorithm, ultra-multi-objective optimization
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:53248
    • 提供者:刘松柏
  1. GA_cSharp

    0下载:
  2. 遗传算法C#代码,主要是解决多目标优化问题。只是算法的基本实现- Genetic Algorithm C# code, mainly to solve the multi-objective optimization problem. Just basic implementation of the algorithm
  3. 所属分类:生物技术

    • 发布日期:2024-05-23
    • 文件大小:493568
    • 提供者:chenyanjiao
  1. nsga2code

    0下载:
  2. 一个关于多目标优化算法的程序,经典遗传算法求解多目标优化问题源码-Classical genetic algorithm for solving multi-objective optimization problem source
  3. 所属分类:汇编语言

    • 发布日期:2024-05-23
    • 文件大小:24576
    • 提供者:王耀雪
  1. duomubiao--matlab

    0下载:
  2. matlab中多目标优化函数集合,其中有多目标遗传算法,多目标粒子群算法等等。-matlab multi-objective optimization function set, including multiple objective genetic algorithm, multi- objective particle swarm optimization and so on.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:3847168
    • 提供者:李泽
  1. nsga2-MOP

    0下载:
  2. 自己编的一段程序 可用于多目标优化 算法为遗传算法 亲测可以运行 -Own a program for multi-objective optimization algorithm GA pro-test can be run Thanks
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:5120
    • 提供者:mr feng
  1. pso

    0下载:
  2. matlab粒子群算法和遗传算法是解决约束优化问题,无约束优化问题和多目标优化问题的优化算法-PSO and GA are good optimizational algorithms
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:52224
    • 提供者:孙志勇
  1. PID

    0下载:
  2. 应用多目标遗传算法优化对PID参数进行多目标优化-Multiobjective genetic algorithm optimization of multi-objective optimization PID parameters
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:22528
    • 提供者:wangpengfei
  1. 01-NSGA-II

    0下载:
  2. 一个多目标优化遗传算法matlab源代码-a nsga2 matlab code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:18432
    • 提供者:franz
  1. MultiObjectOpt

    0下载:
  2. 该程序是利用遗传算法处理实验数据,利用多目标优化的方法确定实验图像的特征参量,对于实验分析确定参数方面的工做具有参考意义。-The program is to use genetic algorithm to deal with the experimental data, by using the method of multi-objective optimization determine the experiment image
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:39936
    • 提供者:DongJianjun
  1. Bi-level-programming-model

    0下载:
  2. 双层规划模型,遗传算法,多目标优化,源代码-Bi-level programming model of basic Matlab source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:8192
    • 提供者:罗杰
  1. yichuansuanfa

    0下载:
  2. 用于单目标优化的遗传算法,可以适当修改成多目标优化的程序-genetic algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:
  1. NSGAv2-master

    0下载:
  2. 基于遗传算法的多目标优化程序代码,比NSGAv2是基于第一代的优化-Genetic algorithm based on the multi-objective optimization program code, than the NSGAv2 is based on the first generation of optimization
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-23
    • 文件大小:25600
    • 提供者:wangxinjie
  1. NSGA_2

    0下载:
  2. 一种多目标优化的遗传算法实现过程,核心在于应用了一种优化的排序方法-A multi-objective optimization of genetic algorithm to achieve the process, the core is the application of a sort of optimization method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:388096
    • 提供者:寇立伟
  1. GA-vrp

    0下载:
  2. 运输成本、货损成本、时间成本等的配送成本最小化和以模糊时间窗进行量化的客户满意度最大化的多目标优化模型,采用改进遗传算法求解带模糊时间窗冷链配送问题。-A multi-objective optimization model to minimize the cost of transport and distribution costs, damage costs, costs of time and to quantify fuzzy
  3. 所属分类:汇编语言

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:吴娟
  1. 6877

    0下载:
  2. 采用累计贡献率的方法,遗传算法无功优化,多目标跟踪的粒子滤波器。- The method of cumulative contribution rate Genetic algorithm based reactive power optimization, Multi-target tracking particle filter.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:4096
    • 提供者:侯重
  1. 3

    0下载:
  2. 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MA
  3. 所属分类:汇编语言

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:刘琦
  1. nsga2code

    0下载:
  2. C语言开发的基于基因遗传算法进行多目标优化设计-C language development based on genetic genetic algorithm for multi-objective optimization design
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:18432
    • 提供者:王志坚
  1. multiobjectiveoptimization

    0下载:
  2. 遗传算法代码, 由 matalb编写 多目标优化遗传算法求解(Genetic algorithm code, written by MATALB. Multi-objective optimization genetic algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:1024
    • 提供者:炫蓝天雪
  1. NSGA-II

    0下载:
  2. 本程序是关于基于非支配排序遗传算法2的matlab程序,用于求解多目标优化问题的非支配解。(The non-dominated solutions of multi-objective optimization problems)
  3. 所属分类:matlab例程

  1. GAmatlab

    0下载:
  2. 多目标优化,遗传算法,适合于研究多目标优化(matlab genetic algorithm for multi-objective optimization, dual-objective optimization)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-23
    • 文件大小:10240
    • 提供者:研究僧小白
« 1 2 ... 4 5 6 7 8 910 11 12 »

源码中国 www.ymcn.org