登录
首页 » matlab » ga

ga

于 2019-06-03 发布
0 201
下载积分: 1 下载次数: 1

代码说明:

说明:  该程序用BASE-10遗传算法模拟简单函数的优化。首先,我们概述了遗传算法的一些背景信息,并定义了一些术语。接下来,我们将解释如何将该程序用于您自己的目的,并作为一个示例演示如何解决优化问题。(This program simulates the optimzation of a simple function with a base-10 genetic algorithm. First, we outline some background information on GAs and define some terminology. Following this, we explain how to use the program for your own purposes and as an example we show how to solve an optimization problem.)

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

发表评论

0 个回复

  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • pipeilvboqi
    在matlab平台下进行的匹配滤波器的检测仿真,在不同的信噪比,相同的概率情况的仿真曲线(Matched filter detection in Matlab platform simulation, the simulation curve in a different signal to noise ratio, the same probability)
    2012-03-29 18:03:02下载
    积分:1
  • Matlab_interface_SVMlight
    支持向量机工具,可以在matlab下运行(support vector machine tools, can run under Matlab)
    2006-11-22 14:38:36下载
    积分:1
  • MATLAB-mopso
    文件包内附有源码及相关MATLAB的介绍PPT(about MOPSO and BASED-on MATLAB)
    2020-12-09 15:49:20下载
    积分:1
  • encoder
    利用matlab实现glomb编码算法,实现了数据的压缩(Coding algorithm using matlab to achieve glomb)
    2013-10-28 18:34:15下载
    积分:1
  • devtuwcq
    合成孔径雷达(SAR)目标成像仿真,用于信号特征提取、信号消噪,在matlab环境中自动识别连通区域的大小,正确率可以达到98%,使用大量的有限元法求解偏微分方程,仿真图是速度、距离、幅度三维图像。( Synthetic Aperture Radar (SAR) imaging simulation target, For feature extraction, signal de-noising, Automatic identification in the matlab environment the size of the connected area, Accuracy can reach 98 , Using a large number of finite element method to solve partial differential equations, FIG simulation speed, distance, amplitude three-dimensional image.)
    2016-03-15 18:59:01下载
    积分:1
  • MultiCarrierDigitalCommunicationsTheoryandApplica
    Multi-Carrier Digital Communications Theory and Applications of OFDM Second Edition Multi-carrier modulation‚ Orthogonal Frequency Division Multiplexing (OFDM) particularly‚ has been successfully applied to a wide variety of digital communications applications over the past several years. Although OFDM has been chosen as the physical layer standard for a diversity of important systems‚ the theory‚ algorithms‚ and implementation techniques remain subjects of current interest. This is clear from the high volume of papers appearing in technical journals and conferences. Multi-carrier modulation continues to evolve rapidly. It is hoped that this book will remain a valuable summary of the technology‚ providing an understanding of new advances as well as the present core technology.
    2010-06-09 06:39:32下载
    积分:1
  • ConstrKFLinear
    kalman filter update equations implemented in this code
    2009-04-16 11:22:55下载
    积分:1
  • snake
    MATLAB编的贪吃蛇,可以算则难度,地图,有音乐。一个不错的小程序。(MATLAB code of the Snake, you can count the degree of difficulty, maps, musical. A nice little program.)
    2010-12-08 10:20:50下载
    积分:1
  • VCS
    code FFT for matlab I do project about voice classification system. But, I can t continuous coding. If you understan my project, you will contect to me. Thank.
    2009-06-17 01:12:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载