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