資源簡介
Matlab智能算法30個案例分析源碼,和書籍《Matlab智能算法30個案例分析》配套
代碼片段和文件信息
function?ret=Code(lenchrombound)
%本函數(shù)將變量編碼成染色體,用于隨機初始化一個種群
%?lenchrom???input?:?染色體長度
%?bound??????input?:?變量的取值范圍
%?ret????????output:?染色體的編碼值
flag=0;
while?flag==0
????pick=rand(1length(lenchrom));
????ret=bound(:1)‘+(bound(:2)-bound(:1))‘.*pick;?%線性插值
????flag=test(lenchromboundret);?????????????%檢驗染色體的可行性
end
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2171??2011-11-15?15:34??MATLAB智能算法30個案例分析?源代碼\chapter1.rar
?????文件???????2577??2011-11-15?15:48??MATLAB智能算法30個案例分析?源代碼\chapter10.rar
?????文件??????10963??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter11.rar
?????文件??????28671??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter12.rar
?????文件?????734874??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter13.rar
?????文件?????144753??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter14.rar
?????文件??????12427??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter15.rar
?????文件??????18584??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter16.rar
?????文件??????32669??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter17.rar
?????文件???????7649??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter18.rar
?????文件???????5002??2011-11-15?15:49??MATLAB智能算法30個案例分析?源代碼\chapter19.rar
?????文件????????389??2010-08-23?10:39??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1\Code.m
?????文件???????1393??2010-08-23?10:56??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1\Cross.m
?????文件????????139??2009-08-12?23:17??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1\fun.m
?????文件???????2641??2011-01-23?15:09??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1\Genetic.asv
?????文件???????2641??2011-01-23?15:12??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1\Genetic.m
?????文件???????1315??2010-08-23?11:03??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1\Mutation.m
?????文件????????850??2010-08-23?10:50??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1\Select.m
?????文件????????269??2010-08-23?10:42??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1\test.m
?????文件????????389??2010-08-23?10:39??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1非線性\Code.m
?????文件???????1393??2010-08-23?10:56??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1非線性\Cross.m
?????文件????????139??2009-08-12?23:17??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1非線性\fun.m
?????文件???????2722??2011-01-23?15:12??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1非線性\main.m
?????文件???????1315??2010-08-23?11:03??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1非線性\Mutation.m
?????文件????????293??2009-08-12?23:39??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1非線性\nonlinear.m
?????文件????????850??2010-08-23?10:50??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1非線性\Select.m
?????文件????????269??2010-08-23?10:42??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例1非線性\test.m
?????文件????????389??2010-08-23?10:39??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例2\Code.m
?????文件???????1393??2010-08-23?10:56??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例2\Cross.m
?????文件????????112??2010-07-20?20:27??MATLAB智能算法30個案例分析?源代碼\chapter2\chapter2\案例2\fun.m
............此處省略59個文件信息
評論
共有 條評論