-
MATLABStatistical
本章介绍MATLAB在概率统计中的若干命令和使用格式,这些命令存放于MatlabR12ToolboxStats中。(This chapter describes the MATLAB in probability and statistics in a number of commands and use format, these commands stored in MatlabR12 Toolbox Stats in.)
- 2010-05-14 09:40:39下载
- 积分:1
-
ED_Lagrange
Economic Dispatch for power generating systems with Lagrange method
- 2013-03-13 00:34:10下载
- 积分:1
-
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
-
新颖群智能算法合集
说明: 新颖群算法(烟花,灰狼,鲸鱼,布谷鸟......)的合集,包括论文及代码,(A collection of novel group algorithms, including papers and codes)
- 2020-04-19 14:13:27下载
- 积分:1
-
Matlabgeneticalgorithm
用遗传算法求解约束问题,用matlab编程(Using genetic algorithm, the use of matlab constraint problems)
- 2010-08-25 11:07:21下载
- 积分:1
-
multiplexnetwork
两层复杂网络Laplacian矩阵的构造与特征值分析(Multiple Network Laplacian Spectra)
- 2014-11-18 11:33:21下载
- 积分:1
-
9tap_equalizer
这个是9阶的lms自适应均衡器simulink,是教授给的材料,实际上只要修改阶数,能实现n阶lms自适应均衡器。(This is a 9 bands LMS adaptive equalizer simulink, is to teach the material to, in fact, as long as the modified order to realize n-order LMS adaptive equalizer.)
- 2008-05-17 14:53:13下载
- 积分:1
-
MOBP_Network
MOBP的代码。3层网络,隐节点数可以任意改变,没有使用工具箱。(MOBP code. Layer 3 network, hidden nodes can be changed arbitrarily and without using the Toolkit.)
- 2007-05-07 09:40:44下载
- 积分:1
-
MPSK2
mpsk的matlab仿真实现 ,供初学者使用参考(MPSK Simulation of matlab for beginners to use reference)
- 2008-12-28 16:58:53下载
- 积分:1
-
image-restoration
说明: 图像复原MATLAB程序,实现各种图像模糊的图像恢复程序,非常详尽(image restoration)
- 2011-03-19 15:23:30下载
- 积分:1