CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 遗传算法 优化

搜索资源列表

  1. 遗传算法代码

    0下载:
  2. 这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21354
    • 提供者:wlr
  1. chengxu

    0下载:
  2. 这是一个柔性加工车间的优化调度的遗传算法,算法应用矩阵编码的方式,实现优化求解-cheliangdiaodu
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:677728
    • 提供者:dayu
  1. Functionofgeneticalgorithmoptimizationprocedure.ra

    1下载:
  2. 用遗传算法解一个函数优化问题的程序,目标函数和约束条件可以改动!-Genetic Algorithm for a function optimization problem with the objective function and constraints can be changed!
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:201273
    • 提供者:HuiGuobao
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. yich

    0下载:
  2. 遗传算法就是那么点东西呗,就是在一个域内搜索最优解, 比如那个配送中心选址,如果用最低级的算法, 它的复杂度是C(n,m)*n!以上对吧?然后用遗传算法就可以使得复杂度降低呗, 迅速达到收敛。<br/>遗传算法的确是目前的一个在很多领域都比较先进的求解算法,你去搜一下它的原理看看吧, 我写程序之前光看这个算法的原理就看了两三天才全看明白。 这是我用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2800
    • 提供者:liumengqian
  1. matlab编写的量子遗传算法

    0下载:
  2. 实现移民优化问题,算法精度高,速度快,具有很好的收敛性(The convergence accuracy is high, the speed is fast.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:7168
    • 提供者:504
  1. yichuansaunfa程序

    0下载:
  2. 遗传算法优化程序,计算目标函数最小值,只需修改目标函数和种群初始化参数(Genetic algorithm optimization procedures to calculate the minimum objective function)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:xiaokang_9908
  1. New_HMOEA20140215-单目标

    0下载:
  2. 投影寻踪的方法求出热带气旋变化强度影响因素的比重,其中用NSGA遗传算法对其优化!(Projection pursuit method is used to calculate the proportion of the factors affecting the intensity of tropical cyclone variation, and the NSGA genetic algorithm is used to optimize the proportion!)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:37888
    • 提供者:jqsun
  1. 遗传算法

    2下载:
  2. 优化TSP路径,可以最短路径完成旅行商问题(Optimizing TSP path,the shortest path can be used to solve the traveling salesman problem.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:RQB
  1. main

    0下载:
  2. 遗传算法 优化涂覆PEC目标的反射系数,得到想要的反射系数(it is using the genetic algorithm to optimize the pec target and get the reflection of you want)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:Kuikuikui
  1. 案例3

    0下载:
  2. 遗传算法优化BP神经网络,对非线性函数进行拟合。(The genetic algorithm optimizes the BP neural network to fit the nonlinear function.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:52224
    • 提供者:积灰
  1. 多目标优化(遗传算法)

    1下载:
  2. 多目标优化算法,遗传算法,函数求最大值、最小值问题。(Multi-objective optimization algorithm, genetic algorithm, function for maximum value, minimum value problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:10240
    • 提供者:花花12
  1. 基于遗传算法的BP算法

    0下载:
  2. 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:gakk1
  1. 单目标遗算法

    0下载:
  2. 自己编写的遗传算法,亲测效果不错,误差较小,可用于时间(The neural network load forecasting is written by myself, the affinity test is good, the error is small, and it can be used for time.)
  3. 所属分类:其他

  1. 基于数控机床进给系统PID参数优化程序

    1下载:
  2. 本代码运行遗传算法对数控机床系统PID控制环节的参数进行了整定(This code runs the genetic algorithm(GA)to set the parameters of the PID control link of the CNC machine tool system.)
  3. 所属分类:其他

    • 发布日期:2020-06-23
    • 文件大小:9216
    • 提供者:对伐啦
  1. GA多目标优化问题

    4下载:
  2. 采用遗传算法进行多目标优化问题的求解,具体为两个目标优化问题(genetic algorithm solve multi-objective problem)
  3. 所属分类:其他

    • 发布日期:2019-01-24
    • 文件大小:2048
    • 提供者:沉淀3
  1. buchong1

    1下载:
  2. 永磁同步电机基于响应面法和遗传算法优化设计源代码程序(Response Surface Method and Genetic Algorithms for Optimizing Source Code Program of Permanent Magnet Synchronous Motor)
  3. 所属分类:其他

    • 发布日期:2020-06-29
    • 文件大小:236544
    • 提供者:张獾
  1. 第14章 遗传优化算法

    1下载:
  2. 遗传算法波束形成,有效地在一定的迭代次数下降低旁瓣电平,非常好用(Genetic algorithm beamforming, effectively reducing the sidelobe level under a certain number of iterations, very easy to use)
  3. 所属分类:其他

    • 发布日期:2020-05-31
    • 文件大小:6144
    • 提供者:kennedyKing
  1. 精英_变异遗传算法

    10下载:
  2. 利用遗传算法对电动汽车有序充电进行优化;优化目标包括充电费用最低,充电时间达到要求(电动汽车充到足够的电) 考虑电动汽车充电对电网负荷的影响,使负荷峰谷差最小(The genetic algorithm is used to optimize the orderly charging of ev.The optimization goals include the lowest charging cost and the required charging time (the electric
  3. 所属分类:其他

  1. NSGA-II多目标优化算法matlab程序

    3下载:
  2. 遗传算法程序NSGA2,关于移动机器人路径规划。(Matlab program of path planning based on NSGA2 genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2021-02-04
    • 文件大小:133120
    • 提供者:yangjia1234566
« 1 23 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com