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

搜索资源列表

  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. GA4BiGraph

    0下载:
  2. Genetic Algorithm optimization using bi-partite graph
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2418513
    • 提供者:Asim
  1. GAFMAX

    0下载:
  2. 遗传算法 求下列函数的最大值 obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].-Optimization problem by genetic algorithm of a function obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4830
    • 提供者:HU
  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-04
    • 文件大小:2288
    • 提供者:罗杰
  1. Multiobjectvie-Genetic-Algorithm

    0下载:
  2. 有关多目标优化问题的遗传算法的基本理论方法的硕士论文,相关领域的大家可以参考一下-Multi-objective optimization problems related to genetic algorithms basic theories and methods of the master' s thesis and related fields that we can reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:2308615
    • 提供者:meimei
  1. 9

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

    • 发布日期:2017-04-07
    • 文件大小:6473
    • 提供者:路杨
  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. pid

    1下载:
  2. 人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2947
    • 提供者:卡卡
  1. Multi-objective_optimization_algorithm

    1下载:
  2. 基于群体搜索的遗传算法求解多目标优化问题具有独特的优势,多目标优化算法已有的研究大多为 算法的设计和数值实验效果的比较,理论研究则很少,本文作者给出了一种求解多目标优化问题的新遗传算法 (RMOGA) ,并用Markov 链的理论对RMOGA 的收敛性进行了研究,其结果表明RMOGA 依概率收敛到问题的 Pareto 前沿面-Population-based genetic algorithm search for multi-objective optimization probl
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-11
    • 文件大小:3632128
    • 提供者:hello
  1. Genetic-Algorithm--Ver.1

    0下载:
  2. This a simple genetic algorithm program for finding minimizers of a function. I wrote this in 1999 when I was interested in aerodynamic optimization problems. I think that genetic algorithm is a very interesting optimization algorithm.-This is a simp
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3610
    • 提供者:cdp
  1. Genetic-algorithm

    0下载:
  2. 针对传统遗传算法的早熟收敛问题,在著名的“基因块”假设的基础上,提出了一种改进算法:利用设计的新算子对传统遗传算法演化过程中被淘汰的个体进行二次演化,使得可能包含在将来的演化中对结果的全局最优性产生重要影响的基因块得以保留,以此来避免遗传算法早熟收敛现象。实验结果证明了该改进算法可以有效地避免早熟收敛,提高了算法全局优化能力。-Premature convergence of traditional genetic algorithm, based on the assumptions of t
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:210200
    • 提供者:陈嘉鑫
  1. Genetic-algorithm-

    0下载:
  2. 遗传算法优化神经网络程序-Genetic algorithm optimization neural network program-Genetic algorithm optimization neural network program
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:3270
    • 提供者:electric
  1. genetic-algorithm-application

    0下载:
  2. matlab遗传算法工具箱解函数优化问题应用实例-matlab genetic algorithm toolbox solution function optimization application examples
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:1079
    • 提供者:高珊
  1. Genetic-algorithm-optimization

    0下载:
  2. 一船算法优化 TSP用的各种算子 置换变异算子和杂交算子-A boat algorithm to optimize the TSP with a variety of operator replacement mutation operator and crossover operator
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:128500
    • 提供者:许玲
  1. Simple-unction-optimization

    0下载:
  2. 本程序详细讲解了关于遗传算法的优化问题,对于学习遗传算法帮助很大-This procedure gave a detailed account on the genetic algorithm optimization problems, very helpful for learning genetic algorithm
  3. 所属分类:DNA

    • 发布日期:2017-04-02
    • 文件大小:4539
    • 提供者:李晨晨
  1. Genetic-Algorithm-

    0下载:
  2. 利用遗传算法求解最优化问题,在一定的条件下,求解目标函数的最优化问题-Genetic Algorithm optimization problems under certain conditions, to solve the optimization problem of the objective function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:243334
    • 提供者:晨曦
  1. Optimization-genetic-algorithm

    0下载:
  2. 遗传算法优化,遗传算法基本原理程序应用举例-Optimization genetic algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2313
    • 提供者:王莎莎
  1. algorithm-optimization-

    0下载:
  2. 采用遗传算法和例子群算法进行优化,可以采用试验设计方法构建试验样本,用Kriging方法构建适应度函数,然后进行优化求解,记住,采用此程序是,应该安装Kring工具箱子-Using genetic algorithm and example of algorithm optimization, experimental design method can be used to build the test sample, with the Kriging method constructing
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1600042
    • 提供者:小葱小虫
  1. intelligent-optimization-algorithms

    0下载:
  2. 几种最新智能优化算法的改进与应用的源代码,包括人工蚁群、遗传算法优化神经网络-Several of the latest intelligent optimization algorithm improvement and application source code, including artificial ant colony, genetic algorithm optimization of neural networks, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:18717
    • 提供者:feng
  1. GA

    0下载:
  2. In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate h
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:reyhooon
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com