登录
首页 » matlab » youhua1

youhua1

于 2020-12-11 发布 文件大小:2KB
0 210
下载积分: 1 下载次数: 41

代码说明:

  遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DecisionTreeBasedOnHiberarchyDecomposition
    传统的决策树能较好地解决分类问题,但当类的个数增多时,所产生的单一决策树就会变得复杂,同时概括能力降低。 该文采用基于层次分解的方法通过产生多层决策树来处理多类问题。 与传统的单一决策树比较, 基于层次分解的决策树在处理多类问题时有许多的优势。(induction learning,decision tree,id3 ,hiberarchy decomposition)
    2010-06-14 17:26:52下载
    积分:1
  • getdata-1
    说明:  这是一个VC++和MATLAB联合环境下的编程,很有用的,MATLAB的数据显示很强大的,希望对你们有用.(This is a example used combation of vc++ and matlab ,because the vistual of data is very strong ,I hope it will benefit to your.)
    2010-04-20 09:45:45下载
    积分:1
  • Reference_book_for_matlab
    这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。其中还附有书中相关的源代码,很实用,需要的可以看看(This is a reference book about MATLAB, suitable for use or are planning to use MATLAB MATLAB readers. Which is also associated with the book s source code, it is useful, it needs to look at)
    2010-05-24 21:51:12下载
    积分:1
  • TRM
    一个对时间反转镜技术的原理的简单的描述和仿真。(a simple description for the TRM )
    2015-03-09 15:25:04下载
    积分:1
  • 目标定位
    说明:  研究目标跟踪的状态估计方法,最小二乘估计,Kalman滤波,扩展Kalman滤波,无迹Kalman滤波以及粒子滤波等,理论及MATLAB源程序。(The state estimation methods of target tracking, least square estimation, Kalman filtering, extended Kalman filtering, unscented Kalman filtering and particle filtering, theory and MATLAB source program are studied.)
    2021-03-25 09:49:13下载
    积分:1
  • Cognitive_Radio
    cognitive radio system matlab simulation
    2009-05-04 11:49:36下载
    积分:1
  • Kaisai-lvbo
    Kaisai 和IIr滤波器的程序,大家看看,挺好的(Kaisai and IIr filter program, we look quite good)
    2010-11-23 09:53:36下载
    积分:1
  • PCD
    PCD 压缩传感使用并行坐标下降算法(冗余字典由各种小波变换和离散余弦变换被用于图像修复(PCD compressed sensing using parallel coordinates down algorithm (redundant dictionary by all sorts of wavelet transform and discrete cosine transform is used for image restoration )
    2014-03-24 16:59:41下载
    积分:1
  • ch2example22Sfun
    静态系统的matlab仿真,仿真得出一个幅度调制的输入输出波形。(Static system s matlab simulation, the simulation obtains an amplitude modulation the input output wave shape. )
    2010-10-20 10:30:47下载
    积分:1
  • atividade1
    Crossover fron generic algorithm, matlab
    2013-07-30 23:41:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载