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

搜索资源列表

  1. 遗传算法

    0下载:
  2. 简单遗传算法
  3. 所属分类:文档资料

    • 发布日期:2010-10-21
    • 文件大小:97kb
    • 提供者:bayuexiaoxiang
  1. GA 用于配送中心,工厂等的选址

    1下载:
  2. 多篇关于遗传算法和PSO算法在车辆调配、路径规划中的应用
  3. 所属分类:其它文档

    • 发布日期:2010-10-05
    • 文件大小:6.67mb
    • 提供者:wyq17008
  1. fuzzyC

    0下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序,可以运行,格式需要更改-Improved genetic algorithm fuzzy C means clustering matlab source code, you can run, you need to change the format
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:4.99kb
    • 提供者:李慧
  1. genetic_jang

    0下载:
  2. 這是一個說明GA演算法的範例,可以從範例得知基因演算法的運算過程-This is a descr iption example of GA algorithm can be learned from the example of the computing process of genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:157.31kb
    • 提供者:高永林
  1. GA

    0下载:
  2. 遗传算法及其MATLAB实现 主要内容: (1)遗传算法简介 (2)遗传算法的MATLAB实现 (3)应用举例 (4)遗传算法优化神经网络方向-MATLAB realization of genetic algorithm and its main elements: (1) brief introduction to genetic algorithm (2) realize MATLAB Genetic Algorithm (3) application, for exa
  3. 所属分类:Document

    • 发布日期:2017-04-27
    • 文件大小:11.19kb
    • 提供者:jet
  1. GA

    0下载:
  2. 提出一种改进的二维遗传算法用于图像恢复。-An improved two-dimensional genetic algorithm for image restoration.
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:139.01kb
    • 提供者:彭伟
  1. ga

    0下载:
  2. 遗传算法基本理论 经典应用实例 国内外状况-The basic theory of genetic algorithm and classical examples
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:11.4mb
    • 提供者:chenchun
  1. GA

    0下载:
  2. 此处涉及到遗传算法,为大家能更好学习遗传算法,特地举例说明-Here relates to genetic algorithms, in order that we can better learn from the genetic algorithm, specifically an example
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:3.94kb
    • 提供者:zhanghong
  1. GA

    0下载:
  2. 用遗传算法计算摄像机自标定参数,论文加上一个MATLAB程序,有详细说明-GA computer SelfCalibrtion paramters of picture,include a matlab program。。。
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:135.03kb
    • 提供者:陈卿
  1. GA

    1下载:
  2. 遗传算法解决VRP问题,程序代码经调试通过,可运行,C-Genetic algorithm to solve the VRP problem by debugging through the code, you can run, C++
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:13.54kb
    • 提供者:YAMAP
  1. A_real-time_adaptive_PID_controller_step_motor

    0下载:
  2. 传统PID控制器通常难以满足多变量、非线性、强耦合的步进电机动态响应和精 确调速要求,结合传统PID控制和模糊控制及遗传算法(GA)整定PID参数的优点,设计基于 模糊遗传算法的实时自适应步进电动机PID控制器,充分发挥传统和智能控制策略各自的优 势。仿真结果表明,该实时自适应步进电动机PID控制器,具有很好的自适应能力和抗负载扰 动能力。在稳定性、动态速度响应诸方面均优于传统的PID控制器和模糊控制器,系统达到了 较高调速性能和控制精度。 -Traditional PI
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:456.16kb
    • 提供者:孙文
  1. GA

    0下载:
  2. 遗传算法源代码,特别有助于初学遗传算法者参考-Genetic algorithm source code, in particular, those references will help beginners GA
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:2.35kb
    • 提供者:xiaochen
  1. ga

    0下载:
  2. 详细介绍了遗传算法的原理与应用 遗传算法入门的好资料-the GC
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:100.19kb
    • 提供者:my_name
  1. Matlab

    0下载:
  2. Matlab多目标遗传算法工具箱,用于多目标遗传算法!-Matlab Matlab GA
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:125.2kb
    • 提供者:李智
  1. GA

    0下载:
  2. 这些是遗传算法的编码方案,很实用,希望对大家有所帮助-These are the genetic algorithm coding scheme, it is useful。
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:393.82kb
    • 提供者:宋志彬
  1. ga

    0下载:
  2. GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2.49kb
    • 提供者:Sonic
  1. GA

    0下载:
  2. 这是一个关于遗传算法的m文件,不错 o -This is about the genetic algorithm m files, henbucuo o
  3. 所属分类:Project Design

    • 发布日期:2017-04-11
    • 文件大小:1.16kb
    • 提供者:王林
  1. ga

    0下载:
  2. 介绍如何在matlab环境下开发遗传算法-introduction to ga arithmatic based on matlab
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:19.62kb
    • 提供者:zhanghb
  1. ga

    0下载:
  2. 基于遗传算法的多目标算法优化,包括程序的实现(Multi - objective Algorithm Optimization Based on Genetic Algorithm)
  3. 所属分类:文章/文档

  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法是一种基于生物自然选择与遗传机理的随机搜索与优化方法。(Genetic algorithm (GA) is a random search and optimization method based on biological natural selection and genetic mechanism.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:4kb
    • 提供者:刘曼
« 12 3 4 »
搜珍网 www.dssz.com