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

搜索资源列表

  1. static_K_ga01

    0下载:
  2. MATLAB代码,采用封装法利用K近邻和遗传算法的结合对数据进行分类-MATLAB code using encapsulation method using a K-nearest neighbor and genetic algorithm combined with data classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1842
    • 提供者:huangfuhaoran
  1. dyn_LDA_GA

    0下载:
  2. MATLAB代码,利用LDA和遗传算法对数据进行分类-MATLAB code, use LDA and genetic algorithms for data classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2606
    • 提供者:huangfuhaoran
  1. knapsack

    0下载:
  2. 遗传算法解决背包问题,matlab 代码-Genetic algorithm to solve knapsack problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:高梦
  1. job-shop-problem

    0下载:
  2. 使用遗传算法来来解决求解车间调度问题的matlab代码-matlab code for solving job shop problem to use genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:26045
    • 提供者:liuao0910
  1. Path-Planning_matlab

    2下载:
  2. 在MATLAB环境下基于遗传算法的机器人路径规划代码-Path in the MATLAB environment planning based on genetic algorithm codes
  3. 所属分类:matlab

    • 发布日期:2015-08-23
    • 文件大小:3072
    • 提供者:TANG
  1. Genetic-Algorithm

    0下载:
  2. 遗传算法是一种智能优化算法。本文档用一个简单的例子来说明遗传算法的各个步骤。每一步代码都有解释,适合初学者。-Genetic algorithm is an intelligent optimization algorithm. This document is a simple example to illustrate the various steps of the genetic algorithm. Each step has to explain the code, suitable
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:20636
    • 提供者:唐浩
  1. gene_bpnn_xor

    0下载:
  2. 基于matlab编写的遗传算法优化神经网络程序代码-Genetic algorithm optimization neural network code based on matlab written
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4638
    • 提供者:wangshaopeng
  1. GA_WNN

    0下载:
  2. 遗传算法优化小波神经网络,代码通俗易懂,可以学习一下-Genetic algorithm optimization neural network, the code easy to understand, you can learn about
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:171357
    • 提供者:钟百万
  1. BP.SVM

    0下载:
  2. 这是遗传算法优化支持向量机代码。用于matlab分类应用-This is a genetic algorithm optimization support vector machine code. Applications for classification matlab
  3. 所属分类:assembly language

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

    1下载:
  2. 基于遗传算法的图像阈值分割。里面有代码和本人搜集的参考文献,有助于初学者学习。-Based on genetic algorithm for image thresholding. I gathered codes and references which are very helpful for beginners.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7303706
    • 提供者:宋小可
  1. GA_TSP

    0下载:
  2. 用C#语言来实现遗传算法的通用代码GA类,然后调动GA类解决组合优化领域的经典问题TSP,并给出了该算法的实现程序。-Genetic Algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2999
    • 提供者:吴俊阳
  1. libsvm-3.1-[FarutoUltimate3.1Mcode]

    1下载:
  2. 包含粒子群算法、遗传算法、网格搜索法优化的支持向量机代码-Particle swarm algorithm, genetic algorithm, the grid search method optimization of support vector machine (SVM) code
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1309647
    • 提供者:张杰
  1. 3

    0下载:
  2. 一个简单的遗传算法,附有详细的编码、选择、交叉、变异代码-A simple genetic algorithm, with detailed coding, selection, crossover and mutation Code
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2144
    • 提供者:王一
  1. GA

    0下载:
  2. 遗传算法求解函数的极值源码,代码分为几个文件都是用遗传算法的操作命名。所求解函数具体说明在适应度函数文件和主要执行文件中都有说明。代码中有大量的注释,额甚至可以说注释的数量比代码量都多,因为编写次源码的初衷就是想用来给别人讲解遗传算法的一个大致的过程。虽然是最简单的GA,但是也还是有一定的效果。代码的不足之处欢迎指出。代码和注释为原创,希望转载者注明来源,以便大家技术交流。-A GA based on MATLAB. Including tons of comments for users.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4010
    • 提供者:liyi
  1. Genetic

    0下载:
  2. 一个比较简单易懂的关于GA遗传算法的C语言程序代码-A relatively straightforward on GA GA C language code
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:4785
    • 提供者:陈复明
  1. chapter8

    0下载:
  2. 量子遗传算法的代码,是量子计算和遗传算法的结合后的成果。-Quantum genetic
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5623
    • 提供者:xiaominmin
  1. Neural-Network-Genetic-Algorithm

    0下载:
  2. 运用神经网络遗传算法函数极值寻优-来求取非线性函数极值代码-Neural network genetic algorithm optimization function extreme
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:101921
    • 提供者:weishixiong
  1. Three-genetic-algorithm-matlab-code

    0下载:
  2. 三个遗传算法matlab代码. 大力推荐 很好的 值得学习-Three genetic algorithm matlab code. Highly recommended well worth learning
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1140028
    • 提供者:李飞
  1. ANN-GA

    4下载:
  2. 基于matlab的神经网络和遗传算法的案例和代码源,供大家参考和套用使用。-The case of neural network and genetic algorithm based on matlab and the source code, for your reference and to use. Please enter the text to be translated
  3. 所属分类:matlab

    • 发布日期:2017-06-15
    • 文件大小:22611465
    • 提供者:赵天牧
  1. ycsf

    0下载:
  2. matlab遗传算法的实例,包括交叉、变异、选择,有详细的备注和解释,可以根据需求自行修改代码,选择默认轮盘赌选择,交叉为单交叉-Examples matlab genetic algorithm, including the crossover, mutation, selection, detailed notes and explanations can modify the code based on the needs, the default roulette selection,
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:chengxu
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com