This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
标签: implementation evaluation algorithm function
上传时间: 2015-04-12
上传用户:klin3139
sample compress example, the function must modify... holp that can help you!
标签: compress function example sample
上传时间: 2013-12-02
上传用户:qwe1234
盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序 function D=FractalDim(y,cellmax) %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)),
标签: FractalDim function cellmax MATLAB
上传时间: 2015-04-23
上传用户:liuchee
small pannel driver using MXIC s 88LV462,this sample code including the function IIC with 8051,IR,OSD,
标签: including function pannel driver
上传时间: 2013-12-17
上传用户:sk5201314
接收pop3 Public function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End function
标签: Pop3Message function Retrieve response
上传时间: 2013-12-28
上传用户:fnhhs
Comlete files for fullfile the slave USB function!
标签: fullfile function Comlete files
上传时间: 2015-05-07
上传用户:change0329
This m-file displays the time waveform for the Gaussian pulse function and the first and second derivatives of the Gaussian pulse function for a 0.5 nanosecond pulse width. Other values of pulse widths may be used by changing fs,t,t1. The program uses the actual first and second derivative equations for the Gaussian pulse waveforms. The first derivative is considered to be the monocycle or monopulse as discussed in most papers. The second derivative is the waveform generated from a dipole antenna used in a UWB system. Other information is contained in the file.
上传时间: 2015-05-08
上传用户:leixinzhuo
基于基本遗传算法的函数最优化SGA.C A function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
标签: Algorithm Optimizer developed function
上传时间: 2015-05-29
上传用户:aa54
it is about window function in Matlab. Welcome to using it !
标签: function Welcome Matlab window
上传时间: 2015-05-30
上传用户:yuchunhai1990
it is about famous hanning window function using in Matlab,Welcome to download.
标签: download function Welcome hanning
上传时间: 2013-12-16
上传用户:ecooo