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

搜索资源列表

  1. binary

    0下载:
  2. 遗传算法中多点交叉算法来优化最小值函数所对应的解--编码过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process of encoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5447
    • 提供者:zhaowei
  1. cosser

    0下载:
  2. 遗传算法中多点交叉算法来优化最小值函数所对应的解--交叉过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process of cross-
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:74683
    • 提供者:zhaowei
  1. fitness

    0下载:
  2. 遗传算法中多点交叉算法来优化最小值函数所对应的解--适应度评价过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the fitness evaluation process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3035
    • 提供者:zhaowei
  1. TspGA

    0下载:
  2. 这个程序实现了用遗传算法来解决TSP问题,达到了良好的优化效果-This procedure achieved by using genetic algorithms to solve the TSP problem, achieve a good optimization results
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3131960
    • 提供者:张立花
  1. kekaox_sheji4

    0下载:
  2. 基于遗传算法的控制系统可靠性优化设计研究。- J. H. (1975). Adaptation in Natural and Artificial Systems. University of Michigan Press: Ann Arbor, MI
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:98781
    • 提供者:阿铁
  1. 0000

    0下载:
  2. 本程序用来实现对非线性函数求解优化程序的主要算法采用遗传算法实现-This procedure is used to achieve non-linear functions to solve optimization procedure using genetic algorithm main algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2288
    • 提供者:罗杰
  1. ga

    0下载:
  2. 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27734
    • 提供者:mayi789
  1. genderresource

    0下载:
  2. 基于基本遗传算法的自适应遗传优化算法函数最优化-A Function Optimizer using Simple Genetic Algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5177
    • 提供者:王立
  1. GA

    0下载:
  2. 基于免疫遗传算法的QOS路由选择问题 给予免疫遗传算法的多目标优化问题 -Immune genetic algorithm based QOS routing problems provide the immune genetic algorithm for multi objective optimization problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:242850
    • 提供者:路杨
  1. GA

    1下载:
  2. 遗传算法c语言实现,稍作修改可应用于各种平台,主要用于优化计算-Genetic algorithm c language, with slight modifications can be applied to a variety of platforms, mainly used in optimization calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1934
    • 提供者:whutedn009
  1. matlabandga

    0下载:
  2. 这是一个用matlab实现遗传算法的程序,实例为深基坑桩锚支护结构的优化-THIS IS A MATLAB-BASED GA PROCEDURE.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3560
    • 提供者:hujunjie
  1. qz

    0下载:
  2. 遗传算法函数优化源程序,运用的是权重系数法-Source of genetic algorithm function optimization, using the weight coefficient
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:804
    • 提供者:ningmin
  1. zhishiku

    0下载:
  2.  此文提出一种从数据库自动生成知识库的新方法。该方法根据从数据库 到知识库的优化目标函数, 利用基因遗传算法的优化手段, 直接从数据库中生成 性能较优的知识库。文中论述了该方法的原理与具体实现过程。最后, 以故障诊 断知识库的自动生成为例, 给出了应用示例, 表明了该方法的可行性与有效性。-A text knowledge base from the database automatically generated the new method. It is based on the
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:349856
    • 提供者:小辉
  1. genetic-algorithm

    1下载:
  2. 利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:233397
    • 提供者:谈程序
  1. SCE-UA

    2下载:
  2. 对于目标优化,是一种种群算法,类似于遗传算法-The objective function of optimization algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:115141
    • 提供者: renzheng
  1. yichuanzizhen

    1下载:
  2. 子阵划分的群体智能优化算法 遗传算法 利用遗传算法进行子阵划分-Subarray by swarm intelligence optimization algorithm Genetic Algorithm
  3. 所属分类:Other systems

    • 发布日期:2016-11-01
    • 文件大小:4096
    • 提供者:tccj
  1. doc

    0下载:
  2. java编制旅行商路径优化问题的遗传算法程序-java the preparation of the traveling salesman path optimization problem genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:24985
    • 提供者:hello
  1. BsatelliteCony

    0下载:
  2. 采用遗传算法进行区域域覆盖卫星星座优化设计 -Using genetic algorithms regional domain covering the satellite constellation to optimize design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:176491
    • 提供者:
  1. Tggenetich

    0下载:
  2. 此文档是遗传算法原理加源代码。生物的进化是一个奇妙的优化过程,它通过选择淘汰,突然变异,基因遗传等规规律产生适应环境变化的优良物种。遗传算法是根据生物进化思想而启发得出的一种全局优化算法。 已通过测试。 -This document is the Genetic Algorithm and source code. Biological evolution is a fantastic optimization process, it is eliminated, by selecting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9232
    • 提供者:qinzhifan
  1. FDGPSOo

    0下载:
  2. 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。-Algorithm for solving constrained optimization problems, algorithms, differential evolution/genetic algorithm/particle swarm algorithm fusion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:38360
    • 提供者:jxjj609
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com