CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - genetic algorithm OPTIMIZATION

搜索资源列表

  1. cheng

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by With the biological point
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:31308
    • 提供者:崔暁魏
  1. 1

    0下载:
  2. 退火算法,运用退火算法解决函数优化等问题,运用遗传算法解决学生宿舍分配问题。-Annealing algorithms, the annealing algorithm to solve the function optimization using genetic algorithm to solve the problem of allocation of student hostels.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:202260
    • 提供者:司法所
  1. LPRDemo

    0下载:
  2. 遗传算法,实现网络的优化;在每一代中去除不符合条件的部分,重新组合。-Genetic algorithm, to realize the optimization of the network In each generation to remove does not comply with the conditions of the part, reset.
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:743317
    • 提供者:刘一
  1. An-Initialization-Procedure-in-Solving-Optimal.ra

    0下载:
  2. An Initialization Procedure in Solving Optimal Power Flow by Genetic Algorithm.With this procedure, one can start the optimization process (i.e., genetic algorithm) with a set of control variables, causing few or no violations of constraints.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:9019
    • 提供者:Praveen
  1. daima

    0下载:
  2. 基于遗传算法的最短路径路由优化算法用MATLAB实现-The shortest path routing optimization algorithm based on genetic algorithms using MATLAB
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:4435
    • 提供者:王研
  1. genenetic-algorithm-C-

    0下载:
  2. 一个函数优化遗传算法的C语言程序,可解决一般的函数优化问题-A function to optimize the C programming language of genetic algorithm, to solve the general function optimization problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:68108
    • 提供者:褚玉璞
  1. Genetic-Algorithms

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。-Genetic algorithm is used to solve computational mathematics in optimizing search algorithm, an evolu
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1606
    • 提供者:james
  1. BP.SVM

    0下载:
  2. 这是遗传算法优化支持向量机代码。用于matlab分类应用-This is a genetic algorithm optimization support vector machine code. Applications for classification matlab
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2596
    • 提供者:zzk
  1. nsga2code

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

    • 发布日期:2017-04-29
    • 文件大小:24297
    • 提供者:王耀雪
  1. BreedPSO

    0下载:
  2. 用基于交叉遗传的粒子群优化算法求解无约束优化问题-Based on cross genetic particle swarm optimization algorithm for solving unconstrained optimization problems, are helpful to you!
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:882
    • 提供者:majing
  1. GAfor-Unit-combination

    0下载:
  2. 本文针对当前科技水平不足以有效存储电力的情况下产生的发电机机组组合的问题,考虑负荷平衡、输电线传输容量限制等实际情况产生的约束条件,建立机组组合优化模型,追求发电成本最小。同时采用矩阵实数编码遗传算法(MRCGA)和穷举搜索算法,利用MATLAB 7.0.1和C++编程,分别对模型进行求解,并对所得结果进行分析比较,以此来帮助电力部门制定机组启停计划-This article in view of the current level of science and technology would
  3. 所属分类:assembly language

    • 发布日期:2017-05-25
    • 文件大小:8407077
    • 提供者:ethbk
  1. yichuan

    0下载:
  2. 基于神经网络与遗传算法的多目标函数优化求解程序-Multi objective function is based on neural networks and genetic algorithm optimization solver
  3. 所属分类:assembly language

    • 发布日期:2017-05-05
    • 文件大小:12387
    • 提供者:赵大业
  1. GA-vrp

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

    • 发布日期:2017-12-12
    • 文件大小:2482
    • 提供者:吴娟
  1. 遗传算法多目标优化

    0下载:
  2. 这是遗传算法多目标优化程序。虽然是基础的GA算法程序,但是注释清晰,可以修改目标函数运行,也可以在此基础上进行算法优化(This is a multi-objective optimization program of genetic algorithm. Although it is the basic GA algorithm program, but the annotation is clear, it can modify the operation of the objective
  3. 所属分类:汇编语言

    • 发布日期:2021-02-22
    • 文件大小:7168
    • 提供者:游鱼儿
搜珍网 www.dssz.com