-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(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可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
singleimagepocs
说明: 针对单帧图像进行POCS处理,实现图像的潮分辨率(POCS for single frame image processing, the tide of image resolution)
- 2010-04-18 13:21:27下载
- 积分:1
-
digital_image_processing_MATLAB
数字图像处理冈萨雷斯matlab版,讲述了如何用matlab进行图像处理,是一本经典教程。(Gonzalez digital image processing matlab version, describes how to use matlab image processing, is a classic tutorial.)
- 2013-12-10 09:56:50下载
- 积分:1
-
decoding_performance
Implementation of symbol by symbol detection, sequence detection, and Viterbi algorithm in channel with ISI and compare performance based on SNR, channel taps, and packet size.
- 2009-11-19 12:41:14下载
- 积分:1
-
Whitesides
learnng how to write artical
- 2014-10-14 05:44:17下载
- 积分:1
-
ROC
介绍了检验概率、虚警概率和信噪比之间的关系,并对其进行了仿真验证。(Inspection probability and false alarm probability are introduced and the relationship between the SNR, and the simulation verification.)
- 2016-03-11 14:33:01下载
- 积分:1
-
matlabyouhua
MATALAB处理优化.里面有很多好的优化处理方法(MATALAB optimize treatment. There are so many good methods to optimize treatment)
- 2007-08-30 20:16:24下载
- 积分:1
-
matrix
matrix theory:Mathematically rigorous introduction covers vector and matrix norms, the condition-number of a matrix, positive and irreducible matrices, much more.(matrix theory)
- 2010-10-22 14:51:18下载
- 积分:1
-
PVA1
Muestra una imagen en formato RGB
- 2013-03-29 15:24:33下载
- 积分:1
-
Matlabmotor
matlab下的三相异步电机模型,可用于仿真(matlab under the three-phase induction motor model can be used for simulation)
- 2009-04-12 13:21:38下载
- 积分:1