-
yuandaima1
进行逐步线性回归算法,找到最合适的回归模型,进行数据分析(making the data is easy to look for the answer )
- 2010-06-21 21:20:12下载
- 积分:1
-
BPnn
本源码是一个用Matlab7.1实现的BP网络的源代码
,他实现了基本的BP网络算法。(The source is a Matlab7.1 achieved using BP network s source code, he realized the basic BP network algorithm.)
- 2008-01-12 19:02:19下载
- 积分:1
-
funfun
matlab面板数据多元回归方程 boxcox转换代码(boxcox transform code in M-file)
- 2014-02-28 01:12:26下载
- 积分:1
-
work
Inverted pendulum using fuzzy
- 2010-02-06 13:09:06下载
- 积分:1
-
Betweenness
这个程序可以用来计算复杂网络中的介数,稍微修改就可以实现边介数和点介数的计算。(This program can be used to calculate the number of referrals of complex networks, a slight modification can calculate the number of edges and points referral referral number.)
- 2013-12-26 10:17:30下载
- 积分:1
-
eSolution
此程序使用间断有限元来求解一维奇异摄动方程。(This program uses discontinuous finite element to solve a dimensional singular perturbation equation.)
- 2014-07-05 12:49:39下载
- 积分:1
-
waveletdecompose
局域波分解MATLAB代码,很全的,很好用(Local Wave Decomposition of MATLAB code)
- 2009-12-16 15:50:32下载
- 积分:1
-
pulse_shaping_filter
无线通信系统发射端仿真中,脉冲成型滤波器。是一种根升余弦滤波器。(A pulse shaping filter in the wireless communication system. It is a root raised cosine filter.)
- 2015-04-16 11:03:20下载
- 积分:1
-
PSO_A-Alogrithm--Hybrid-
PSO_A Alogrithm ,Hybrid particle swarm-based-simulated annealing optimization algorithm
- 2013-12-10 05:37:23下载
- 积分: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