登录
首页 » matlab » Modeling-of-variable-

Modeling-of-variable-

于 2013-10-19 发布 文件大小:88KB
0 180
下载积分: 1 下载次数: 6

代码说明:

  遗传算法的优化计算,建模自变量降维,matlab经典算法(Genetic Algorithm optimization, modeling arguments dimensionality reduction, matlab classical algorithm)

文件列表:

案例27 遗传算法的优化计算——建模自变量降维
...........................................\data.mat,85513,2009-11-30
...........................................\de_code.m,1320,2009-12-29
...........................................\fitness.m,105,2009-10-24
...........................................\gabpEval.m,113,2009-10-26
...........................................\gadecod.m,674,2009-10-26
...........................................\main.m,6236,2010-01-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • globalequalized
    This code applies global histogram equalization on an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The output is definitely a better contrast image as compared to the input
    2010-12-29 06:03:38下载
    积分:1
  • EKM
    更新一代的二型模糊降型算法-EKM算法。由KMA算法改进而成,具有更高的计算效率与优化时间(EKM algorithm (enhance Karnik-Mendel Algorithm). With higher computational sufficiency and cost less time in calculating.)
    2021-01-02 13:48:57下载
    积分:1
  • a
    说明:  包括三个.M文件,分别用于处理生成直方图,图象的线形拉伸和均衡化(Of three. M document for the deal to generate the histogram, respectively, the linear image stretching and equalization)
    2007-10-11 11:41:21下载
    积分:1
  • linear-search
    一种常用的线性搜索技术,快速精确希望对大家有所帮助。(A common linear search technology, quickly and accurately hoping help you.)
    2013-07-19 12:05:29下载
    积分: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
  • FVM1
    finite volume code to compute temp in a canal
    2012-01-20 18:41:46下载
    积分:1
  • lbq
    用matlab 实现各种算法,如burg算法,LMS算法,比较基础,适合初学者。(Using matlab implementation of various algorithms, such as burg algorithm, LMS algorithm, a comparative basis, suitable for beginners.)
    2009-03-18 14:19:31下载
    积分:1
  • CBIR-matlab.tar
    说明:  matlab编程,实现了基于内容的图像检索,基于颜色直方图和边缘直方图(Matlab programming, achieve a content-based image retrieval, based on the color histogram and the marginal histogram)
    2005-12-28 20:40:19下载
    积分:1
  • matlabprogram
    说明:  里面有近百个MATLAB的小程序,可供初学者参考,转自其他论坛,非本人原创(There are close to a hundred small MATLAB program for beginners and reference, carried in other forums, non-my original)
    2008-11-13 13:18:12下载
    积分:1
  • BPSK-QPSK-2FSK-16QAM
    通信实验中BPSK,QPSK,2FSK,16QAM调制解调仿真代码,实现调制解调和星座图的观察.(Communication experiments BPSK, QPSK, 2FSK, 16QAM modulation and demodulation simulation code that implements the modem and observation constellation.)
    2020-06-26 19:40:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载