-
GA_MATLAB
以matlab撰写的遗传算法,可以解决工程问题的优化。验证功能良好。(Matlab code for genetic algorithms.
)
- 2010-07-06 17:47:59下载
- 积分:1
-
cred
cognitive radio performance matlab code for spectrum sensingg
- 2013-03-26 13:18:33下载
- 积分:1
-
source
retrieve data from fig and export to excel
- 2012-10-08 14:57:18下载
- 积分: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
-
Lineflow
sorce code for line flow
- 2014-02-18 00:15:31下载
- 积分:1
-
wyszlmx
交通分布中的无约束重力模型,matlab程序(A matlab program of unconstrained gravity model in traffic distribution.)
- 2013-01-04 14:53:30下载
- 积分:1
-
LBG
1. 对LBG算法的理解和使用;
2.Matlab矩阵数据的处理。(Understood that the use of vector quantization for image quantized principle: a number of samples of the sequence are jointly quantified, instead of a similar set of values with a value, to reduce the quantization error master Vector quantizer codebook design, the experimental use LBG algorithm codebook design 3. LBG algorithm to understand and use 4.Matlab matrix data processing.)
- 2014-12-13 13:51:22下载
- 积分:1
-
WOW_matlab
this simulation is a way for watermarking and steganography with WOW
- 2013-08-25 17:13:37下载
- 积分:1
-
Pseudo-Random-Generator(Autokorelation-function-o
Pseudo-Random Generator(Autokorelation function of PN secvence)
- 2011-08-04 23:27:29下载
- 积分:1
-
shuangxiangdt2dx4
反射波正演模拟 matlab小程序 欢迎下载交流(Reflected wave forward modeling matlab applets are welcome to download the exchange)
- 2014-11-25 19:52:10下载
- 积分:1