CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - genetic algorithms

搜索资源列表

  1. xyz

    1下载:
  2. 具有模糊旅行时间的VRP的一种混合遗传算法-fuzzy travel time of the VRP a mixed genetic algorithms
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:35094
    • 提供者:liming
  1. tsp-word

    0下载:
  2. 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:82705
    • 提供者:王子文
  1. qifashiyichuansuanfa

    0下载:
  2. 启发式遗传算法组卷模型研究,启发式遗传算法组卷模型研究-heuristic genetic algorithms Test Paper Model, heuristic genetic algorithms Test Paper Model
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:221428
    • 提供者:ZJ
  1. GeneticAlgorithmsforMultiobjectiveOptimization.zi

    0下载:
  2. Genetic Algorithms for Multiobjective Optimization
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:128581
    • 提供者:saleh
  1. cccc

    1下载:
  2. 摘要:提出了一种新型的人工免疫算法用来解决多目标函数优化问题。基于自然免疫系统固有的优良特性对算法进行了设计和分析。 最后,算法对3个较复杂的多目标问题进行了优化,优化结果能很好地覆盖问题的Pareto最优面,并且把算法与某些混合遗传算法进行 了对比实验,表明人工免疫算法在解决多目标优化问题上具有可观的研究前景。 -Abstract:In order to effectively solve multiobjective optimization problems, a novel
  3. 所属分类:Project Manage

    • 发布日期:2015-12-09
    • 文件大小:89833
    • 提供者:王飞
  1. jiyuMATLABkongzhixitongshejiyuyanjiu

    0下载:
  2. 基于matlab的控制系统的设计与仿真,很好的讲述了控制系统的仿真知识-This program is made using genetic algorithms, using real-coded genetic algorithm for maximum demand Rosenbrock function
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:328572
    • 提供者:李华
  1. Solving

    2下载:
  2. 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent
  3. 所属分类:Communication

    • 发布日期:2015-09-13
    • 文件大小:1854
    • 提供者:大海
  1. Ageneticalgorithmwithmatlabprogram

    1下载:
  2. 简要阐述了遗传算法的基本原理,探讨了在 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-Briefly described the basic principles of genetic algorithms to explore the genetic algorithm in the environment to achieve the operator' s programming, and a simple example shows t
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:229988
    • 提供者:lpf30920
  1. 04026823

    0下载:
  2. Multiclass SVM Design and Parameter Selection with Genetic Algorithms
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:368161
    • 提供者:Mourad
  1. Genetic-algorithm--

    0下载:
  2. 遗传算法求函数最优解,在这里,我用C语言对同样的一个函数进行了仿真,在C语言中,所有关于遗传算法的函数需要自己编写,因此可以更清楚的理解遗传算法,了解它的执行过程。-Function of genetic algorithms optimal solution, here, I used the same one for the C language function simulation, in the C language, all on Genetic Algorithms functio
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:16926
    • 提供者:fanfan
  1. Using-genetic

    0下载:
  2. 用遗传算法综合波束赋形基站天线-Using genetic algorithms integrated base station antenna beamforming
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:157434
    • 提供者:于长军
  1. ant-algorithms-of-vrp

    1下载:
  2. 采用蚁群算法能够解决31个城市的旅行商问题,相对于遗传算法,模拟退火算法和其他的算法,蚁群算法有其自身的优势-Ant colony algorithm to solve the traveling salesman problem 31 cities, with respect to genetic algorithms, simulated annealing algorithm and other algorithms, ant colony algorithm has its own ad
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:1950
    • 提供者:董乾东
  1. Genetic-algorithm-c-source-code-

    0下载:
  2. 基于遗传算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Genetic Algorithms write code based on the traveling salesman problem, the function can solve fundamental problems, hoping to help you! Download it
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:14727
    • 提供者:董乾东
  1. genetic-code

    0下载:
  2. 基于遗传算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Genetic Algorithms write code based on the traveling salesman problem, the function can solve fundamental problems, hoping to help you! Download it
  3. 所属分类:File Formats

    • 发布日期:2017-04-26
    • 文件大小:21433
    • 提供者:董乾东
  1. Genetic-Algorithms

    0下载:
  2. 本文件为遗传算法开发代码,并给出开发代码,共大家参考使用-This document is a genetic algorithm development code, and given the development of the code, the use of common reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:24472
    • 提供者:fxw
  1. Multi-objective-genetic-algorithm

    0下载:
  2. Real world problems often present multiple, frequently conflicting, objectives. The research for optimal solutions of multi-objective problems can be achieved through means of genetic algorithms, which are inspired by the natural process of evo
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:702541
    • 提供者:amirfarzan
  1. ypea101-genetic-algorithms

    0下载:
  2. Matlab code for genetic algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-04-27
    • 文件大小:16864
    • 提供者:charan
  1. Genetic-Algorithms-ppt

    0下载:
  2. genetic algorithm PPT
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1491807
    • 提供者:mabid
  1. about-genetic-algorithms

    0下载:
  2. Explanation about genetic algorithm and with concepts
  3. 所属分类:Project Manage

    • 发布日期:2017-05-04
    • 文件大小:155812
    • 提供者:venky
  1. genetic alogrithm

    0下载:
  2. 遗传算法求解最值。一个简单实例有效解释遗传算法的原理。(Genetic algorithm to solve the most valuable. A simple example of the principle of effective interpretation of genetic algorithms.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Ricky_xiao
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com