-
psat-20070308
Software PSAT Analysis
- 2011-06-18 18:29:56下载
- 积分:1
-
100
它是应用于解决磁法相关问题的一个程序,是基于圆柱体的程序。(It is applied to solve the problems related to the magnetic method of a program, is based on the cylinder program.)
- 2012-05-15 15:19:44下载
- 积分: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
-
OFDM111
pca、kpca.dpca的故障诊断程序,有很好的效果,对象为csth和cstr,希望对你有用(Pca, kpca. Dpca fault diagnosis procedure, have very good effect, the object for CSTH and CSTR, hope to be useful to you)
- 2011-12-25 22:33:40下载
- 积分:1
-
Ch02
matlab 可视化 微分方程 物理 算法 超越方程 科学计算 数学变换 最值问题 图像增强 图形界面 线性方程 元胞自动机 晶体生长 金融(physical algorithm matlab visualization in scientific computing differential equations of mathematical transformations beyond the most value problem of linear equations graphical image enhancement of cellular automata Crystal Growth Finance)
- 2014-02-02 11:08:28下载
- 积分:1
-
MATLAB
MATLAB 教程 含源程序(MATLAB Tutorial with source code)
- 2008-05-30 20:05:35下载
- 积分:1
-
BoundedDistortion_DISTRIBUTE
Bounded Distortion Mapping Spaces For Triangular Meshes 配套代码(Bounded Distortion Mapping Spaces For Triangular Meshes)
- 2013-12-07 05:28:15下载
- 积分:1
-
dirichlet-distribution
文件包括1.维基百科中dirichlet distribution的资料2.产生服从dirichlet distribution分布的随机数的matlab程序。(This file consists of two documents.The first one is the content of dirichlet distribution wikipedia and the second one is a matlab procedure which can be used to generate a random number distributed to dirichlet distribution.)
- 2016-04-15 17:54:21下载
- 积分:1
-
gaussian_pdf_assignment
Matlab code for gaussian random variable and its CDF
- 2012-09-10 19:09:51下载
- 积分:1
-
5bus-simulink-model
simulink中5节点电力系统的仿真模型及其参数设置(5 node power system in the simulink simulation model and its parameter Settings)
- 2014-12-22 19:34:20下载
- 积分:1