資源簡(jiǎn)介
多篇有關(guān)遺傳算法的論文,以及matlab源代碼

代碼片段和文件信息
function?[c1c2]?=?arithXover(p1p2boundsOps)
%?Arith?crossover?takes?two?parents?P1P2?and?performs?an?interpolation
%?along?the?line?formed?by?the?two?parents.
%
%?function?[c1c2]?=?arithXover(p1p2boundsOps)
%?p1??????-?the?first?parent?(?[solution?string?function?value]?)
%?p2??????-?the?second?parent?(?[solution?string?function?value]?)
%?bounds??-?the?bounds?matrix?for?the?solution?space
%?Ops?????-?Options?matrix?for?arith?crossover?[gen?#ArithXovers]
%?Binary?and?Real-Valued?Simulation?Evolution?for?Matlab?
%?Copyright?(C)?1996?C.R.?Houck?J.A.?Joines?M.G.?Kay?
%
%?C.R.?Houck?J.Joines?and?M.Kay.?A?genetic?algorithm?for?function
%?optimization:?A?Matlab?implementation.?ACM?Transactions?on?Mathmatical
%?Software?Submitted?1996.
%
%?This?program?is?free?software;?you?can?redistribute?it?and/or?modify
%?it?under?the?terms?of?the?GNU?General?Public?License?as?published?by
%?the?Free?Software?Foundation;?either?version?1?or?(at?your?option)
%?any?later?version.
%
%?This?program?is?distributed?in?the?hope?that?it?will?be?useful
%?but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
%?MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the
%?GNU?General?Public?License?for?more?details.?A?copy?of?the?GNU?
%?General?Public?License?can?be?obtained?from?the?
%?Free?Software?Foundation?Inc.?675?Mass?Ave?Cambridge?MA?02139?USA.
%?Pick?a?random?mix?amount
a?=?rand;
%?Create?the?children
c1?=?p1*a?????+?p2*(1-a);
c2?=?p1*(1-a)?+?p2*a;?
end
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????472189??2008-04-16?16:59??遺傳算法圖像分割matlab+源代碼\采用遺傳算法與最大模糊熵的雙閾值圖像分割.pdf
?????文件??????359977??2008-04-15?11:36??遺傳算法圖像分割matlab+源代碼\很像!!基于改進(jìn)遺傳算法的圖像分割方法.pdf
?????目錄???????????0??2008-04-17?22:02??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\
?????目錄???????????0??2008-04-17?22:02??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\
?????文件????????1490??1996-02-06?10:17??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\arithXover.m
?????文件????????1495??1996-02-06?10:22??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\b2f.m
?????文件????????1507??1996-02-06?10:18??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\binaryMutation.m
?????文件????????1642??1996-02-06?10:19??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\boundaryMutation.m
?????文件????????1382??1996-02-06?10:22??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\calcbits.m
?????文件????????3021??1996-02-06?10:16??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\Contents.m
?????文件????????1451??1996-02-06?10:27??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\coranaEval.m
?????文件????????1222??1996-02-06?10:28??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\coranaMin.m
?????文件????????1471??1996-02-06?10:26??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\delta.m
?????文件????????1492??1996-02-06?10:22??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\f2b.m
?????文件???????10718??1996-02-06?10:19??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\ga.m
?????文件????????4830??1996-02-06?10:26??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\gademo1.m
?????文件????????1274??1996-02-06?10:27??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\gademo1eval1.m
?????文件????????2819??1996-02-06?10:27??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\gademo2.m
?????文件????????6261??1996-02-06?10:27??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\gademo3.m
?????文件???????57780??1995-08-30?10:40??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\gaot.dvi
?????文件??????133622??1996-01-16?18:07??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\gaot.ps
?????文件????????3317??1996-02-07?10:21??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\gaotindex.html
?????文件????????2139??1996-02-06?10:17??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\heuristicXover.m
?????文件????????2600??1996-02-07?10:32??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\index.html
?????文件????????3199??1996-02-06?10:17??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\initialize.m
?????文件????????1265??1996-02-06?10:21??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\maxGenTerm.m
?????文件????????1991??1996-02-06?10:20??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\multiNonUnifMutation.m
?????文件????????2193??1996-02-06?10:20??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\nonUnifMutation.m
?????文件????????2311??1996-02-06?10:21??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\normGeomSelect.m
?????文件????????1421??1996-02-06?10:22??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\optMaxGenTerm.m
?????文件????????1459??1996-02-06?10:22??遺傳算法圖像分割matlab+源代碼\基于MATLAB的遺傳算法的源程序\GAOT\parse.m
............此處省略30個(gè)文件信息
評(píng)論
共有 條評(píng)論