登录
首页 » matlab » youhua1

youhua1

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

代码说明:

  遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(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可以控制输出格式 待优化问题)

文件列表:

youhua1.m,4120,2013-05-10

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

发表评论

0 个回复

  • cs
    说明:  internal function involving the removal of ramdom noise
    2011-08-06 20:30:27下载
    积分:1
  • z1test
    chaos detection test with new algorithm
    2015-03-22 18:18:02下载
    积分:1
  • DTI_Estimation
    matlab code for construction on polynomials dor tensor determination
    2012-01-13 19:27:55下载
    积分:1
  • S_StudentT
    进行T分布检验,专门用于极值分析,如果有极值分析的需要可以进一步联系我!(T distribution for testing, specifically for the extreme value analysis, if there are extreme needs analysis can further contact me!)
    2007-09-21 17:55:47下载
    积分:1
  • 用于Matlab的彩色图像色彩空间转换的MEX文件!
    用于MATLAB的彩色图像色彩空间转换的MEX文件(for MATLAB color image color space conversion MEX documents)
    2005-03-14 16:17:01下载
    积分:1
  • Matlab-paphnet-web
    matlab教程,好东西,希望大家喜欢,给我点鼓励(matlab tutorial, good stuff, hope you like, give me to encourage)
    2012-05-27 08:55:56下载
    积分:1
  • hole-plate-deformation
    hole plate deformation
    2013-11-16 12:42:29下载
    积分:1
  • power_sfavg
    power_sfavg.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_sfavg.rar, ,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
    2013-07-14 12:33:47下载
    积分:1
  • zemax-Matlab
    ppt文件,讲述如何使用matlab调用zemax中数据的文档(ppt file explains how to use the data in matlab call zemax document)
    2013-08-07 13:09:18下载
    积分:1
  • SimulationofFuzzylogiccontrolbsaedDCmotor
    Ind Simulation of Fuzzy logic controller bsaed DC motor .uainf mTL chck it
    2013-11-28 22:08:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载