CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - matlab 二进制

搜索资源列表

  1. 遗传算法matlab

    1下载:
  2. matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:103.78kb
    • 提供者:张露
  1. 用matlab编写的二进制的遗传算法程序

    0下载:
  2. 用matlab编写的二进制的遗传算法程序.rar-using Matlab binary prepared by the genetic algorithm. Rar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.17kb
    • 提供者:www
  1. tentotwo

    1下载:
  2. 十进制与二进制格雷码的转换——智能计算大作业-Gray code and binary decimal conversion- great job on Intelligent Computing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:33.55kb
    • 提供者:亢海豚
  1. MATLAByichuansunfa

    1下载:
  2. MATLAB遗传算法工具箱函数及应用实例,:基于Matlab语言的遗传算法工具箱支持二进制和浮点数编码方式,并且提供了多种选择、交叉、变异的方法。 通过具体实例对Matlab的遗传算法工具箱的用法进行了说明介绍。 -MATLAB genetic algorithm toolbox function and application example: Based on the Matlab language genetic algorithm toolbox and floating p
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-23
    • 文件大小:194.58kb
    • 提供者:李扬宇
  1. portoptgads

    0下载:
  2. 该程序介绍了一种简单的遗传算法应用程序,采用matlab高效编程,适合于二进制编码的典型应用。-The program introduced a simple application of genetic algorithm using matlab efficient programming, suitable for the typical application binary code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:44.65kb
    • 提供者:张振杰
  1. ga1

    0下载:
  2. 遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption of the procedures for genetic algorithms: fga.m main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.4kb
    • 提供者:hexing
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:zhoulimin
  1. bp_tri

    0下载:
  2. 用matlab语言编写的BP网络,实现了将数字0-9转为二进制的功能-Matlab language with the BP network achieved the numbers 0-9 into the binary function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1.08kb
    • 提供者:侯晋峰
  1. erjingzhiyichuansuanfa

    0下载:
  2. 遗传算法二进制matlab程序修改其中函数可求解各种最有问题-Binary genetic algorithm matlab program to solve a variety of changes which functions are most problems can be
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.27kb
    • 提供者:解孟其
  1. solveeqution

    0下载:
  2. 二进制编码遗传算法解方程组,此程序是有MATLAB编写,采用二进制编码方式用遗传算法求解方程组。-This program can solve equtions,it is writen in matlab lauguage,and the code writen stly is bianay system, I hope this program can help some netfriend.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7.15kb
    • 提供者:Cai Lianzhang
  1. ga

    0下载:
  2. 包含二进制遗传算法,遗传算法,可直接运行寻优能力强-Contains the binary genetic algorithm, genetic algorithm, can be directly run search ability
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9.38kb
    • 提供者:小游
  1. gatbx

    0下载:
  2. 遗传算法工具箱 将该工具箱拷贝至: E:\matlab program\toolbox\gads 然后便可以在程序中直接使用函数如: mut 变异函数,可以实数变异,即扰动变异 BS2RV 解码函数,可以二进制(包括格雷码)转换为实值-Genetic algorithm toolbox to the toolbox copy: E: \ matlab program \ toolbox \ gads then can be used directly in the progr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:579.83kb
    • 提供者:立冬
  1. gamatlab

    0下载:
  2. 用二进制遗传算法解决函数的极小值问题,用MATLAB进行仿真,设和初学者-Function of the binary genetic algorithm with the minimum of the problem, with the MATLAB simulation, design and beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:26.22kb
    • 提供者:yangdanxuan
  1. genetic-algorithm

    0下载:
  2. 自然计算中遗传算法的各个程序,matlab环境下开发的源代码。best.m 求种群中适应度最大的值 calfitvalue.m 计算每个个体的适应度 calobjvalue.m 适应度函数 crossover.m 交叉变换 decodebinary.m 将二进制数转换成十进制数 decodechrom.m 将二进制数转换成十进制数 initpop.m 产生初始种群 mutation.m 变异 selection.m 选择合适的个体进行复制 main.m 主函数
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3.05kb
    • 提供者:王芳
  1. GA(matlab)

    0下载:
  2. 三个matlab实现的遗传算法,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-Three matlab genetic algorithm implemented using a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also introduces the inversi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:18.96kb
    • 提供者:cici
  1. GA

    0下载:
  2. 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。 FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数 y=20+x + 10*sin(
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:16.81kb
    • 提供者:liyapei
  1. frequent-subgraph

    1下载:
  2. 用于图集上子图搜索的代码,gSpan和FFSM的源码,都是在linux下运行,其中gSpan包括直接可以用shell运行的二进制文件和一个C&matlab版本,FFSM是C&matlab版本-Atlas subgraph search for the code, gSpan and FFSM source, are run under linux, which can be used directly gSpan including binaries and shell to run a C &
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.58mb
    • 提供者:王聪
  1. gabasedonmatlab

    1下载:
  2. ga 基于matlab,遗传算法,两点交叉,二进制编码,可显示中间过程。-ga based on matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4.36kb
    • 提供者:myname
  1. deeplearing-hinton

    0下载:
  2. hinton2006年发表在science上的关于深度神经网络的文章Reducing the Dimensionality of Data with Neural Networks的matlab程序 mnistdeepauto.m //训练AutoEncoder的主文件 converter.m //将样本集从.ubyte格式转换成.ascii格式,然后继续转换成.mat格式 makebatches.m //创建小批量数据块用于RBM训练 rbm.m //训练RBM二进制隐层
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:10.17mb
    • 提供者:wyx
  1. MATLAB genetic algorithm toolbox

    1下载:
  2. Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function librar
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-22
    • 文件大小:9kb
    • 提供者:FZenjoys
« 12 »
搜珍网 www.dssz.com