-
encoding_test
in this code you can check the test of encoding for iris recognition
- 2011-09-14 07:29:51下载
- 积分: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
-
laurent_pam
cpm laurent 分解 中各个分量的图形(Decomposition pattern of each component in cpm laurent)
- 2021-02-14 21:29:49下载
- 积分:1
-
targettrackingusingkalman
target tracking using kalman
- 2007-09-30 16:48:17下载
- 积分:1
-
matlabyichuansuanfagongju
matlab
遗传算法工具箱函数及应用实例(matlab genetic algorithm toolbox function and application examples)
- 2009-11-13 12:46:23下载
- 积分:1
-
viterbisim
Computer vision experiments 4- to step in the preparation of cany use of edge detection operator used to compare the Matlab
- 2014-11-26 17:20:24下载
- 积分:1
-
n_n_opt
编程应用粒子群优化算法来优化天线,降低散射场,使天线得到优化(The programming using particle swarm optimization algorithm to optimize the antenna, reducing the scattered field, so that the antenna has been optimized)
- 2012-11-21 19:14:24下载
- 积分:1
-
Test
说明: 该模型是运用人工势场法进行的避障程序,障碍物包括一个动态障碍物和一个静态障碍物(The model is an obstacle avoidance program using artificial potential field method. The obstacles include a dynamic obstacle and a static obstacle)
- 2021-04-27 13:48:45下载
- 积分:1
-
ScaleFreeNetwork
无标度网络结构相对简单,实现算法与可视化并不困难。与其它语言相比,Matlab 语言具有丰富的数学
函数库,能够写出简约的源代码。对于非计算机专业的大学生来说,以此为基础,能够快速进入复杂网络前沿
研究课题,对其数学建模能力和科研能力的培养极为有益。(Scale-free network structure is relatively simple algorithm is not difficult and visualization. Compared with other languages, Matlab language with a rich library of mathematical functions, can be simple to write the source code. For non-computer science students is as a basis to quickly enter the complex network of cutting-edge research topics, their mathematical modeling and scientific research is extremely useful ability.)
- 2009-04-22 15:14:48下载
- 积分:1
-
Rizwan-Ali
MAtlab code for finding transfer function
- 2011-10-05 15:35:39下载
- 积分:1