-
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
-
blockTestOMP
压缩感知经典程序算法分块的STOMP算法,该算法已经过验证,可以正常使用。(Compressed sensing algorithm classic program chunked STOMP algorithm, which has been verified, can be used normally.)
- 2013-11-20 20:18:07下载
- 积分:1
-
Arias
Calculating Arias Intensity of earthquake.
- 2010-11-15 22:28:44下载
- 积分:1
-
harris
Harris Corner Detector
- 2010-05-21 00:41:46下载
- 积分:1
-
closedstepchangeinvc1
Simulink model for closed step change in inverter.
- 2010-03-05 14:05:42下载
- 积分:1
-
chess
说明: 象棋MTALAB 程序,还不错的,希望对喜欢象棋,并对MATLAB 感兴趣的同志有用。(MTALAB chess program, but also good, hope to enjoy chess, and of interest to gay MATLAB useful.)
- 2011-03-30 18:24:30下载
- 积分:1
-
coding
Image compressionusing ridgelet transform
- 2012-04-13 15:43:34下载
- 积分:1
-
DOA
阵列信号处理,波达方向估计算法对比,包括beamforming算法,capon算法和MUSIC算法(Array signal processing, direction of arrival estimation algorithm comparison, including beamforming algorithm, capon algorithm and the MUSIC algorithm)
- 2014-09-19 14:36:55下载
- 积分:1
-
Untitled13
皮肤检测的最终目标是构建一个决策规则,并以此将图像中的像素划分为肤色和非肤色两类,一般通过引入一个衡量像素点颜色与“标准肤色”的距离而实现的,该距离是由相应肤色建模的方法决定的。人脸检测MATLAB源代码关于彩色图像光照补偿(The ultimate goal of skin detection is to build a decision-making rules, and use of the image pixels into skin and non-Fuse types, usually by introducing a measure of pixel color and the " standard color" achieved the distance, the distance The corresponding color from the decision modeling approach. MATLAB source code for face detection on color image light compensation)
- 2010-06-14 10:57:18下载
- 积分:1
-
obj
good code.to activate your accountto activate your account
- 2014-10-29 17:38:57下载
- 积分:1