CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 基本遗传算法 matlab

搜索资源列表

  1. 遗传算法Matlab实现

    1下载:
  2. 经典GA 在matlab中的实现,对于学习遗传算法的基本过程十分有用
  3. 所属分类:matlab例程

  1. SGA.rar

    0下载:
  2. 基本的遗传算法matlab语言实现,可变换其中的目标函数,实现计算,Basic genetic algorithm matlab language can transform one of the objective function, the realization of the calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2082
    • 提供者:刘军海
  1. sga

    0下载:
  2. 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4685
    • 提供者:闫安心
  1. sgarbf

    0下载:
  2. 基本遗传算法,RBF神经网络算法,BP神经网络算法,一共5个源代码.程序可移植性强.-Basic genetic algorithm, RBF neural network algorithm, BP neural network algorithm, a total of 5 source code. Program portability strong.(
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:9769
    • 提供者:王永超
  1. jibenyichuansuanfa

    0下载:
  2. 这是基于基本遗传算法的函数最优化的matlab程序-This is based on a function of the basic genetic algorithm matlab optimization procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4701
    • 提供者:刘栋
  1. Grefenstette

    0下载:
  2. Grefenstette编码法的MATLAB实现 本文在MATLAB环境下编程实现针对TSP问题的Grefenstette编码法,并将其同基本遗传算法相结合,仿真求解一个 15点的TSP问题-Grefenstette coding method to achieve this paper, the MATLAB environment in MATLAB programming for the TSP problem Grefenstette coding method and geneti
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:25622
    • 提供者:peng
  1. zydu-matlab

    0下载:
  2. 用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:875
    • 提供者:wllx
  1. genetic-algorithm

    0下载:
  2. 用基本遗传算法求解一维无约束优化问题 用顺序选择遗传算法求解一维无约束优化问题 用动态线性标定适应值的遗传算法求解一维无约束优化问题 用大变异遗传算法求解一维无约束优化问题 用自适应遗传算法求解一维无约束优化问题 用双切点遗传优化求解一维无约束优化问题 用多变异位自适应遗传优化求解一维无约束优化问题 -The basic genetic algorithm with one-dimensional sequence of unconstrained optimizat
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6339
    • 提供者:胖子
  1. genetic-algorithm

    0下载:
  2. 遗传算法是一种进化算法,应用广泛,此文件包含基本遗传算法,顺序选择遗传算法,适值函数标定的遗传算法,大变异遗传算法,自适应遗传算法,双切点交叉遗传算法,多变异位自适应遗传算法matlab源代码,供大家参考-Genetic algorithm is an evolutionary algorithm, widely used, this file contains the basic genetic algorithm, genetic algorithm selection order coin
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6427
    • 提供者:熊杰
  1. GA

    0下载:
  2. 用Matlab编写的基本遗传算法程序,适合于初学者-Prepared using Matlab basic genetic algorithm, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5405
    • 提供者:曾牧
  1. genetic

    0下载:
  2. 基本遗传算法的MATLAB实现,可自行调试参数-genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:522
    • 提供者:王一
  1. GeneticAlgorith遗传算法

    3下载:
  2. 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
  3. 所属分类:matlab例程

  1. 遗传算法

    2下载:
  2. 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:ytx222
  1. 遗传算法求解VRP问题的技术报告

    1下载:
  2. 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:96256
    • 提供者:阿雨
  1. pso

    0下载:
  2. 粒子群优化算法的一个应用,有基本的注释,需要一定水平才能看明白(an example of pso algorithom)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:6144
    • 提供者:石岩1323
  1. 用MATLAB实现遗传算法程序.pdf

    1下载:
  2. 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:76800
    • 提供者:傲视天下
  1. Timetable_of_course

    8下载:
  2. MATLAB中基本遗传算法对于排课问题的源代码。(The source code of the basic genetic algorithm for arranging class problems in MATLAB.)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-04
    • 文件大小:9216
    • 提供者:ssskyfuker
  1. AdapGA

    1下载:
  2. 对基本遗传算法的改进,自适应遗传算法的matlab代码实现(Matlab code implementation of adaptive genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-09-18
    • 文件大小:347136
    • 提供者:呆成er
  1. 遗传算法优化小波神经网络

    2下载:
  2. 本文件包含基本GA程序,小波神经网络程序,GA优化的小波神经网络程序(This paper contains basic GA program, wavelet neural network program and GA optimized wavelet neural network program.)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-17
    • 文件大小:36864
    • 提供者:桑尼1133
  1. GA-ELM

    12下载:
  2. 遗传算法优化的极限学习机模型 采用水仙花基本特征数据集 效果比单纯的ELM模型要好(The effect of using daffodils basic feature data set in the extreme learning machine model optimized by genetic algorithm is better than that of ELM model only.)
  3. 所属分类:matlab例程

    • 发布日期:2022-03-23
    • 文件大小:10734
    • 提供者:cassdlina
« 12 3 »
搜珍网 www.dssz.com