-
jlsf
聚类算法的简单介绍 感觉讲的蛮好的 上传来共享(Clustering algorithm briefly talked about feeling fine upload to share)
- 2008-06-12 14:15:47下载
- 积分:1
-
全部几何参数
说明: 迹线法二维求轮轨接触点以及几何参数 ,输入轮廓面参数即可,里面有详细介绍。(The Geometrical Contact between Track and Wheelset)
- 2020-09-09 13:18:02下载
- 积分:1
-
mlp
MLP with wieght and multilayer
- 2010-12-01 04:32:31下载
- 积分:1
-
MOMO_SS_multipath
DOA估计中,MIMO算法源程序,这个是收发多径都考虑的情况(DOA estimation, MIMO algorithm source code, this is a send and receive multi-path have to take into account)
- 2020-09-26 21:47:46下载
- 积分:1
-
GA_PSO
粒子群做非线性模型的参数估计,已检测很好用(nonlinear parameter estimation)
- 2012-05-10 21:52:04下载
- 积分:1
-
Test
Speech Recognition System
- 2011-09-01 05:53:28下载
- 积分:1
-
Invariant_Moments
invariant moment matlab code
- 2012-10-25 06:22:16下载
- 积分:1
-
3
根据教科书上已经给出的简单的数学算式,运用matlab编写出简单的代码,计算出结果(According to the textbook has been given a simple mathematical formula, using matlab write simple code to calculate the results)
- 2013-09-14 18:59:13下载
- 积分: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
-
diyizhang
matlab课件很有用的,对matlab学习很有帮助(it s very useful)
- 2014-01-24 10:55:17下载
- 积分:1