登录
首页 » matlab » youhua1

youhua1

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

  • color_mix
    Matlab, picture, example of color mix
    2010-01-01 00:57:29下载
    积分:1
  • OFDM_simulation_matlab
    一个不错的用MATLAB对OFDM系统的仿真程序。(a good use of OFDM MATLAB system simulation program.)
    2007-04-22 01:48:14下载
    积分:1
  • seismodel
    采用雷克子波的地震波正演seismodelseismodel.m雷克子波的地震波正演(Lei Kezi wave seismic forward)
    2020-10-27 15:09:58下载
    积分:1
  • llpcp
    lpc线性预测编码,合成与分析析,在matlab中实现-lpc (lpc linear predictive coding, synthesis and analysis of the analysis, in-lpc in Matlab)
    2012-07-30 00:55:13下载
    积分:1
  • seg
    source code for ocr in matlab
    2009-12-29 16:51:23下载
    积分:1
  • MATLAB_Simulink
    [过程控制工程及仿真:基于MATLAB_Simulink].(随书光盘)(Process control based on MATLAB_Simulink)
    2012-03-30 17:44:33下载
    积分:1
  • Stiction
    Stiction建模Simulink model. 用于化工控制过程的测试。(Stiction model for performance assessment on process control)
    2020-12-10 21:59:18下载
    积分:1
  • connected_mode_jannettttttt
    Dear Sir this file describe and analyse the wind turbine so it is a new approach model
    2013-10-02 17:50:57下载
    积分:1
  • approximate-principle
    介绍了一些函数插值方面的方法,主要用于通过matlab实验函数逼近打基础,(Some function interpolation method is mainly used for laying the foundation by matlab experimental function approximation)
    2012-10-02 17:51:43下载
    积分:1
  • matpower3.0b3
    matpower作电力系统潮流分析,故障计算,市场交易、运行调度等(power ananlysis)
    2012-01-11 20:16:05下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载