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

搜索资源列表

  1. GAToolbox.rar

    0下载:
  2. MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。,MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:233570
    • 提供者:Anlaen Liang
  1. GA2

    1下载:
  2. 用遗传算法解决了图像分割问题,将图像中的像素按灰度值用域值M分为两类图像,一类为目标图像,另一类为背景图像,经过几十次迭代后有助于缩小检索范围-Using genetic algorithms to solve the image segmentation problem, the image pixel gray value according to the value of M is divided into two categories with the domain images, on
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:464762
    • 提供者:宁国富
  1. (SGA)

    0下载:
  2. 基于MATLAB遗传算法(SGA)实现 基于MATLAB遗传算法(SGA)实现-MATLAB based genetic algorithm (SGA) based on MATLAB genetic algorithm (SGA) to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:169548
    • 提供者:陈玲
  1. GA遗传算法的入门教学PPT

    1下载:
  2. 遗传算法的入门教学PPT,包括一些简单的matlab实现程序。-Genetic algorithm tutorial PPT, including the realization of some simple matlab program.
  3. 所属分类:人工智能/神经网络/遗传算法

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

    2下载:
  2. 自适应遗传算法 [matlab] 对遗传算法的改进 效果不错-Adaptive genetic algorithm [matlab] of genetic algorithms to improve the effectiveness of good
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:37792
    • 提供者:mingming
  1. quantum

    3下载:
  2. 用于路径规划遗传算法MATLAB源代码,内含多个子文件,测试时运行mypath文件即可.-Genetic Algorithm for Path Planning MATLAB source code that contains multiple sub-documents, tests can be run mypath documents.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2962
    • 提供者:meng
  1. GABPMATLAB

    4下载:
  2. 利用遗传算法优化BP神经网络权值和阈值,然后进行训练,利用训练好的模型进行预估。附实例-The use of genetic algorithm to optimize BP neural network weights and thresholds, and then training, training a good use of forecast models. Attached examples
  3. 所属分类:Energy industry

    • 发布日期:2014-09-02
    • 文件大小:20901
    • 提供者:汲平
  1. MATLAB

    0下载:
  2. 遗传算法计算多目标规划问题 使用简单,语言明了-Multi-objective genetic algorithm is planning to use simple, clear language
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6864
    • 提供者:小笨笨晗晗
  1. matlab-goat

    2下载:
  2. MATLAB遗传算法图像边缘检测和图像分割-MATLAB genetic algorithm image edge detection and image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:9845760
    • 提供者:HC
  1. MATWORK

    1下载:
  2. 分别使用遗传算法、Hopfiled神经网络和蚁群算法基于MATLAB实现了TSP问题的近似求解。-COMPARATIVE STUDY AND COMPREHENSIVE EVALUATION OF SEVERAL INTELLIGENT ALGORITHMS FOR SOLVING TSP PROBLEM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:646833
    • 提供者:willnow
  1. duomubiaozuoyouhua

    1下载:
  2. 多目标遗传算法,很好的源代码,实现多输入多输入参数条件下的最优化-Multi-objective genetic algorithm, a very good source code, achieve multiple-input multiple-input parameters optimized under the conditions of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:370705
    • 提供者:陈明
  1. 遗传算法源程序

    0下载:
  2. Vc++下如何利用Matlab工具箱进行数字信号处理-Vc++ How to use Matlab toolbox for digital signal processing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:3778
    • 提供者:小朱
  1. 45666011matlab

    0下载:
  2. 遗传算法,其他人不需帐号就可自由下载此源码 -genetic algorithm, other people can not account free download this source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:3475
    • 提供者:段莉晶
  1. 02

    0下载:
  2. 我上传了一本MATLAB遗传算法工具箱及应用,这是一本不错的书,对大家学习遗传算法和熟悉MATLAB工具有很大的帮助作用。-I uploaded a MATLAB genetic algorithm toolbox and its application, this is a good book, for everyone familiar with the study of genetic algorithm and MATLAB tools has a lot of help.
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:10468160
    • 提供者:邓高峰
  1. 2008101523144260

    1下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:36402
    • 提供者:梅丽
  1. GA_BP

    0下载:
  2. 基于GA的BP改进算法,用遗传算法对BP 神经网络算法进行改进-Based on the GA to improve the BP algorithm, genetic algorithm with BP neural network algorithm to improve
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1154407
    • 提供者:周钟
  1. GA_bin

    0下载:
  2. 在matlab环境下,利用遗传算法解决非线性分类问题-In the matlab environment, the use of genetic algorithms to solve nonlinear classification problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1267
    • 提供者:王渝
  1. ga-for-tsp

    3下载:
  2. 利用遗传算法解决50个城市tsp问题,适合初学者。-The use of genetic algorithm to solve the issue of 50 cities tsp, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3445
    • 提供者:dayong
  1. Niched_Genetic_Algorithm_Matlab7.0_Toolbox

    0下载:
  2. 小生境遗传算法工具箱 很不容易才搜索到的 和大家分享啊 希望对大家有用哦-Niching genetic algorithm toolbox is not easy to search and hope to share useful ah oh
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1455804
    • 提供者:sunmeiling
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com