-
RBF
说明: RBF的MATLAB M文件实现。不是MATLAB的工具箱函数。(RBF the realization of the MATLAB M files. MATLAB is not a function of the toolbox.)
- 2009-07-21 21:30:27下载
- 积分:1
-
ode_solver
常微分数值解 Runge-Kutta 龙格-库塔(Runge-kutta)算法在MATLAB中的用法(Differential numerical solution
Runge-Kutta)
- 2012-05-06 11:40:18下载
- 积分:1
-
TIANXIANFANGXIANG
天线的方向图仿真,并且给出了各种加窗情况,此外仿真了多信号情况(Antenna pattern simulation, and gives a windowed, in addition to the simulation of multi-signal)
- 2013-04-10 18:38:43下载
- 积分: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
-
spline2D
Spline2D is a work in progress. Currently it only matches C0 (continuous function) not C1 (continuous in 1st derivative) or C2 (continuous in 2nd derivative), which will be added later.
- 2013-05-04 23:18:38下载
- 积分:1
-
sum1_change
线性支持向量机示例和数据都有linear svm(linear svm )
- 2014-02-13 15:38:33下载
- 积分:1
-
kenstone
主要用于建模校正集和预测集样品的选择。近红外光谱模型(Mainly used for modeling calibration set and prediction set of samples to choose from.)
- 2015-09-10 15:29:20下载
- 积分:1
-
ACO-FOR-POWERSYSTEM
配电网重构,蚁群算法,非常好,非常适用,可以直接用(Distribution network reconfiguration, ant colony algorithm)
- 2018-06-13 15:37:21下载
- 积分:1
-
Matlab-julei
说明: 蚁群聚类优化算法Matlab代码,基本原理和思路(Matlab code for ant colony clustering algorithm, the basic principles and ideas)
- 2011-03-11 11:40:48下载
- 积分:1
-
08
说明: 数学实验matlab的好程序,给matlab的初学者(Good mathematical experiment matlab program to matlab for beginners)
- 2011-03-20 19:47:55下载
- 积分:1