登录
首页 » matlab » youhua1

youhua1

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

  • MATLAB_to_C_Code-Samples
    Six matlab example codes for demonstration of matlab to c code conversion
    2010-06-17 08:21:40下载
    积分:1
  • 58244814convolutionmodel
    褶积程序,第一次用matlab编的,不知道能不能用(Convolution process, the first compiled with matlab do not know can not be used)
    2011-10-12 15:34:57下载
    积分:1
  • VideoSudokuSolver
    应用matlab的图像处理工具,使用摄像头实时解密数独的程序(The video sudoku solver)
    2013-11-22 17:20:05下载
    积分:1
  • EDFA
    It is a madlab code for EDFA gain with length of optical fiber. Hope it will help to the students.
    2010-06-10 17:13:08下载
    积分:1
  • commande
    commande vectorielle
    2010-06-13 00:31:54下载
    积分:1
  • slam
    slam, explore data association algorithms
    2007-11-30 13:12:54下载
    积分:1
  • removeoutliers123
    Uses the Thompson Tau technique to remove outliers from a vector containing statistical data
    2010-11-18 07:10:12下载
    积分:1
  • Least-square-method
    最小二乘法matlab代码,关于如何组建定位网络,节点设置和最小二乘法的代码(Least square method matlab code)
    2011-04-26 10:31:39下载
    积分:1
  • DV-Hop-suanfa
    关于WSN中非测距的定位算法dvhop的matlab源码~~~(About WSN localization algorithms ranging dvhop Africa' s matlab source ~ ~ ~)
    2011-01-17 15:22:03下载
    积分:1
  • error-input-psnr
    psnr and video watermarking
    2014-10-20 02:06:34下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载