-
Motion_Est_Alg_NTSS
Motion estimation algorithm - New three step search
- 2011-10-04 15:37:17下载
- 积分: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
-
__Signals_and_Systems_using_MATLAB
this book is for working in the subject signal and system by using matlab.
- 2012-01-16 22:10:40下载
- 积分:1
-
PFmatlab
自己收集的粒子滤波程序,包括基本的程序,卡尔曼滤波以及改进的算法。(Their own procedures for the collection of the particle filter.)
- 2009-03-22 10:43:27下载
- 积分:1
-
SimulatedAnnealingforTSPproblem
模拟退火算法求解TSP问题算例(两点交换)(Simulated Annealing for TSP problem)
- 2010-09-28 20:17:07下载
- 积分:1
-
Inverter
This is a matlab model for 3 phase inverter
- 2014-10-24 08:27:20下载
- 积分:1
-
2019年华为杯数学建模F题第二问代码
说明: 2019年第16届华为杯数学建模F题第二问的代码(Code for the second question of mathematical modeling F of the 16th Huawei cup in 2019)
- 2019-11-30 15:48:20下载
- 积分:1
-
matlab_swarm
MATLAB程序实现蚁群算法,压缩包中有源码(MATLAB program realization of ant colony algorithm, compressed package in the source code)
- 2010-07-14 21:22:13下载
- 积分:1
-
wxjsjyl
《微型计算机原理》计算机各专业课程教学大纲,包含实验教程,十分有参考价值(" Computer Principles" computer syllabus of professional courses, is a reference value)
- 2010-08-16 14:26:21下载
- 积分:1
-
Matlab与VC混合编程-p001008
介绍了一种将Matlab编译成可执行程序的一种方法,它使得Matlab编写的程序能够完全脱离Matlab这个环境来执行,从而大大提高了程序的应用范围和使用价值。(introduces a Matlab compiled executable in a way that allows programs written Matlab can be completely out of the Matlab environment to implementation, thus greatly improving the procedures for the application and usefulness.)
- 2005-08-03 10:02:53下载
- 积分:1