-
Vcurves
This matlab code calculates the V curves of Synchronous machine
- 2014-08-26 17:28:08下载
- 积分: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
-
an
说明: 高等数值分析matlab代码,迭代,函数拟合等(Advanced numerical analysis matlab code, iteration, function fitting, etc.)
- 2011-12-22 19:53:12下载
- 积分:1
-
2
说明: matlab simulink,神经网络模型1(matlab simulink, neural network model 1)
- 2008-12-30 18:17:30下载
- 积分:1
-
nibian
此模块很好的展现了将直流电转换为交流电并实现单位功率控制。(this model can clearly display the directly current converting the alternating current by controling the input power facror )
- 2014-09-16 09:51:58下载
- 积分:1
-
alphawendingfenbu
alpha稳定分布概率密度函数产生,应用于水声环境中混响噪声信号概率密度的建模,以便于研究水下信号传输(alpha stable distribution probability density function generator, used in underwater acoustic environment reverberation noise signal probability density modeling, in order to study the underwater signal transmission)
- 2013-09-28 10:09:17下载
- 积分:1
-
Desktop
This is about Digital signal Processing.
- 2014-01-28 05:55:43下载
- 积分:1
-
buckPWM
DC-DC 转换的Simulink 模型with PWM PI control(DC-DC conversion of the Simulink model with PWM PI control)
- 2008-04-14 16:33:12下载
- 积分:1
-
final
使用遺傳演算法來解決一個多項是問題
然是使用單點突變以及單點交配
使用二進位編碼以及精英輪盤法(The use of genetic algorithms to solve the problem then is a number of single point mutations and single point crossover using binary coding and the elite roulette method)
- 2010-12-18 23:27:24下载
- 积分:1
-
Manhattan
马尔科夫前向算法,马尔科夫链算法,马尔科夫一阶算法
(forward algorithm)
- 2012-05-17 12:30:02下载
- 积分:1