CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 标准遗传算法

搜索资源列表

  1. yichuansuanfa

    0下载:
  2. 标准遗传算法程序,内附详细说明,若有问题,希望与大家一起讨论
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2136
    • 提供者:zichen
  1. calibration.rar

    0下载:
  2. 基于标准遗传算法的摄像头标定程序,内附readme,Standard genetic algorithm based on camera calibration procedures, containing readme
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:933343
    • 提供者:张宪
  1. TSP-GA

    1下载:
  2. 旅行商(TSP)问题用标准遗传算法(GA)在matlab下实现的。-The traveling salesman problem (TSP) using standard genetic algorithm (GA) under Matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:14542
    • 提供者:zhaoyue
  1. yichuansuanfayouhua

    0下载:
  2. 标准遗传算法的C语言实现,用于对函数的优化,有着较快的执行速度。-Standard genetic algorithm to achieve the C language, used for function optimization, has a faster speed of execution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2392
    • 提供者:吴昊
  1. smthga

    0下载:
  2. 很程式化的标准遗传算法程序,用以求解多元函数的极值-Very stylized standard genetic algorithm procedure to solve the multi-function extremum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3791
    • 提供者:oklahoma
  1. sga

    0下载:
  2. 标准遗传算法的代码,可用于计算机图像处理及识别等应用。-the original code of SGA
  3. 所属分类:Special Effects

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

    0下载:
  2. GA,标准遗传算法的matlab仿真源代码-GA source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1137
    • 提供者:菠菜
  1. myGA

    0下载:
  2. 标准遗传算法,采用二进制编码,在此基础上可以进行改进。-Standard genetic algorithm, using binary code, on this basis can be improved.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:951
    • 提供者:liwei
  1. Knap

    0下载:
  2. 矩形条带装箱问题(RSPP)是指将一组矩形装入在一个宽度固定高度不限的矩形容器中,以期 获得最小装箱高度.RSPP理论上属于NP难问题,在新闻组版、布料下料以及金属切割等工业领域中 有着广泛的应用.为解决该问题,采用了一种混合算法,即将一种新的启发式算法—— 动态匹配算 法—— 与遗传算法结合起来.混合算法中,动态匹配算法能根据4类启发式规则动态选择与装填区域相 匹配的下一个待装矩形,同时将装箱后所需容器高度用遗传算法的进化策略进行优化.对2组标准测试 问题的计算结果表明,相
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:477582
    • 提供者:郭事业
  1. TSPga

    0下载:
  2. 标准遗传算法求解TSP。算法采用交叉、变异、赌转轮选择-Genetic Algorithm for TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2030
    • 提供者:Sunny
  1. ga

    0下载:
  2. 标准遗传算法,优化函数为f=-(x-1)^2+4,其中,0<=x<=3,建议初学者使用- Standard genetic algorithms, optimization function f =- (x-1) ^ 2+4, where, 0 < = x < = 3, recommended for beginners to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5209
    • 提供者:李晶
  1. 83525916chejiandiaodu

    0下载:
  2. 本算法是用标准遗传算法来优化车间调度,具有很好的实时性-This algorithm is a standard genetic algorithm to optimize scheduling, real-time with a good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3840387
    • 提供者:李明
  1. GA-CPP

    0下载:
  2. 基本遗传算法(Simple Genetic Algorithms,简称SGA,又称简单遗传算法或标准遗传算法),是由Goldberg总结出的一种最基本的遗传算法,其遗传进化操作过程简单,容易理解,是其它一些遗传算法的雏形和基础。 -Basic genetic algorithm (Simple Genetic Algorithms, referred to as the SGA, also known as simple genetic algorithm or standard genetic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1502056
    • 提供者:于少沛
  1. Agent_GA

    0下载:
  2. 将Agent和遗传算法相结合,得到新的基于Agent的GA算法,加速了标准遗传算法的收敛性。-Based_agent GA algorithm is very usful for improving the SGA.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1586
    • 提供者:shili
  1. GA(CPP)

    0下载:
  2. 标准遗传算法,用c++程序实现,有详细附注-Standard genetic algorithm implementation using c++ program, with detailed notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1939
    • 提供者:cici
  1. work

    0下载:
  2. 基于标准遗传算法的图像分割,运用遗传算法确定阈值。是matlab源码。-Standard genetic algorithm-based image segmentation, the use of genetic algorithms to determine the threshold. Matlab source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:28171
    • 提供者:cbahai
  1. c-language

    0下载:
  2. 用c语言编写的标准遗传算法程序,有较为详尽的解释,可以再此基础上进行改进和扩展。是我很不容易找到的-C language standard genetic algorithm, a more detailed explanation can be based on improved and expanded. I am very easy to find
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:7783
    • 提供者:ji
  1. standard-GA

    0下载:
  2. 标准遗传算法通用C#程序 适合新手简单修改后实用-standard GA of c# it s convenient to freshman of C#
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:56246
    • 提供者:根据局
  1. GA

    0下载:
  2. 标准遗传算法源代码,内含算例,进一步理解遗传算法的原理和过程-Norma código genético de origen algoritmo, incluye ejemplos, y la comprensión sobre los principios y el proceso de algoritmo genético
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3124
    • 提供者:陈天
  1. SGA_geneknap

    0下载:
  2. 标准遗传算法背包问题,标准遗传算法,背包问题,源码注释-standard genetic algorithm ——knapsack problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2208
    • 提供者:jj
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com