登录
首页 » matlab » youhua1

youhua1

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

  • GA_OPT
    利用matlab实现遗传算法的求函数最大值最小值问题(Using genetic algorithm for matlab function to achieve maximum minimum problem)
    2010-05-21 11:16:42下载
    积分:1
  • ACregulator
    studying the performance of the electronic AC voltage regulator using matlab
    2010-12-02 12:21:43下载
    积分:1
  • MUSIC
    空间谱估计基本原理 MUSIC,ESPRIT算法(MUSIC,ESPRIT)
    2010-12-17 23:08:08下载
    积分:1
  • rectifier-and-inverter
    说明:  进行三项交流电整流和逆变的论文,对进行变频控制其设计方面会有些帮助。(AC rectifier and inverter for the three papers, on the frequency control their design will be helpful.)
    2011-02-17 09:19:53下载
    积分:1
  • Muson_Mega32_cv
    player mega32 music play
    2013-07-24 16:27:45下载
    积分:1
  • tese_paulo_asaquebra
    MATLAB code for optimal design of transonic wings. Optimize the wing parameters considering the better specific range. Master dissertation of Paulo Ferrucio
    2009-10-29 05:06:10下载
    积分:1
  • directneuralcontroller
    direct neural controller
    2010-07-09 13:18:05下载
    积分:1
  • qpskBER
    基于MATLAB的QPSK调制,模擬錯誤率(MATLAB-based QPSK modulation, analog error rate)
    2010-01-08 17:01:50下载
    积分:1
  • Graph
    关于复杂网络社团结构的相关程序,其中包括求节点间最短距离,求边介数等等。(There are some procedures about community structure of comlex network which includes the shortest distance between nodes and betweeness and so on.)
    2012-04-12 20:37:13下载
    积分:1
  • MLP_BP1
    基本bp算法,实现函数的拟合,提供给大家分享(Bp basic algorithms, implementation of the fitting function, available to everyone to share)
    2009-03-20 09:06:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载