登录
首页 » matlab » youhua1

youhua1

于 2020-12-11 发布 文件大小:2KB
0 209
下载积分: 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 个回复

  • parabolicSAR
    计算某一只证券的SAR技术指标。输入参数为股票的最高价,最低价,收盘价,以及计算SAR的参数设定。输出参数为SAR的计算值,以及股票相应的买卖点(Calculate the SAR technical indicators of particular securities. The highest price of the input parameters for the stock, the lowest closing price, as well as the calculation of the SAR parameter setting. The calculated value of the output parameters for the SAR, as well as stock trading point)
    2012-12-28 17:54:52下载
    积分:1
  • basic
    basic of matlab program
    2013-02-28 17:07:31下载
    积分:1
  • matlab实现的曼彻斯特 BVLsQI编码
    用matlab实现的曼彻斯特 BVLsQI编码。50 占空比(可调)。绘制时域波形和频域功率谱密度。结果跟北邮的GlxNsvt 的通信原理课件上的形状一模一样。 . (With Manchester BVLsQI encoding matlab realize. 50 duty cycle (adjustable) . Draw time-domain waveform and frequency domain power spectral density. Results with BUPTGlxNsvt Exactly the same shape Wenbin communication on the principles of courseware. )
    2016-02-05 09:24:42下载
    积分:1
  • cmmb_matlab
    包含了CMMB系统发端从星座映射开始直到完成OFDM调制的过程。(Contains the system originating from the constellation mapping CMMB start until the completion of OFDM modulation process.)
    2009-09-15 08:34:07下载
    积分:1
  • attachments_2010_10_25
    Vérification Méthode Media
    2011-04-23 03:55:58下载
    积分:1
  • matlab
    MATLAB算法大全,线性规划、非线性规划、方差分析、层次分析法、现代优化算法(MATLAB algorithms Guinness, linear programming, nonlinear programming, variance analysis, analytic hierarchy process, modern optimization algorithms)
    2012-04-30 21:09:12下载
    积分:1
  • PWE-method-for-PC
    从maxwell方程组出发,用平面波展开法推到出电磁波在光子晶体的本征方程。有例程(Starting from maxwell equations, plane wave expansion method to the electromagnetic waves pushed Eigenequation photonic crystals.)
    2014-05-06 05:23:44下载
    积分:1
  • MatlabMoments
    seismic moment calculation
    2013-09-22 02:44:18下载
    积分:1
  • Matlab--
    Matlab得基础教程,其在高等数学,线性代数,数值分析中应用和实现,以及较经典的数学建模。(Matlab was based tutorial, its higher mathematics, linear algebra, numerical analysis and implementation of applications, as well as more classical mathematical modeling.)
    2013-12-20 20:36:56下载
    积分:1
  • wireless-channel-models
    各种系统(lte和wimax等)使用的典型信道模型(wireless channel model design)
    2015-03-22 20:59:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载