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

搜索资源列表

  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. GA_code

    0下载:
  2. 一篇关于遗传算法编码的方式的文章,详细介绍了多种编码方式。-GA code
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:150.65kb
    • 提供者:zhao
  1. GA

    0下载:
  2. genatic algorthim implementation by java language source code
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:18.36kb
    • 提供者:rasha
  1. suanfadaima

    0下载:
  2. GA求解TSP问题遗传算法代码,c++, 完整程序,附带注释-code of GA resolving the TSP problem
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:4.83kb
    • 提供者:悠悠鱼谷
  1. GA

    0下载:
  2. C++ implementation of a Genetic algorithm (GA). A population of binary chromosomes is generated randomly to attempt to solve the Weighted MAX SAT Problem. Parameters of crossover, mutation, population size can be controlled via macros in code.There a
  3. 所属分类:software engineering

    • 发布日期:2017-06-02
    • 文件大小:14.51mb
    • 提供者:MJ
  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. GA

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

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

    0下载:
  2. 这是一个简单的GA源代码,该系统使用比率选择、精华模型、单点交叉和均与变异-This is a simple GA source code, the system uses the rate selection, the essence of model, and both single-point crossover and mutation
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:谢斌
  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-Source-code

    0下载:
  2. 基于遗传算法的visual c++语言源程序-Based on genetic algorithm the visual c++ language source
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:17.69kb
    • 提供者:刘伟
  1. Genetic-Algorithm-MATLAB-code-Genetic-Algorithm-O

    0下载:
  2. matlab in GA check it please
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:106.73kb
    • 提供者:meme
  1. Genetic-Algorithm-java-code

    0下载:
  2. GA in Java code please enjoy it
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:21.29kb
    • 提供者:meme
  1. GA

    0下载:
  2. 本文件主要是关于java实现的遗传算法的代码,很适合初学者对遗传算法的入门了解-This document is about the realization of the genetic algorithm java code, it is suitable for beginners to understand the genetic algorithm entry
  3. 所属分类:File Formats

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:颉灵
  1. GA

    0下载:
  2. matlab code for machine algohritm g
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:783byte
    • 提供者:hossein
  1. MATLAB1

    0下载:
  2. this code hybrid ga and pso is for theresholding
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6.98kb
    • 提供者:hadi
  1. GA2_LF~1

    0下载:
  2. the particular code helps in providing a mtrix that would contain minimum of two numbers for each number at first index. this code would help an easy mapping of weights in neural network for beginners.IT DESCRIBES THE GA NEURAL NETWORK
  3. 所属分类:File Formats

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

    0下载:
  2. this code is genetic algorithm. work with this GA very simple.
  3. 所属分类:Project Design

    • 发布日期:2017-05-05
    • 文件大小:148.45kb
    • 提供者:rezanasiripour
  1. 02-0-PSO_Modified

    0下载:
  2. this code is PSO algorithm. work with this GA very simple.particle swarm optimization.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1.1kb
    • 提供者:rezanasiripour
  1. 05-ACO-for-TSP

    0下载:
  2. this code is ACO for TCP. work with this GA very simple.
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:4.21kb
    • 提供者:rezanasiripour
  1. GA-BP

    0下载:
  2. GA-BP代码(遗传算法改进优化BP神经网络算法)-GA-BP code (genetic algorithm improved BP neural network algorithm)
  3. 所属分类:Document

    • 发布日期:2017-12-11
    • 文件大小:2.59kb
    • 提供者:彭子曰
« 12 »
搜珍网 www.dssz.com