91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

本框架提供了有關粒子群算法(PSO)和遺傳算法(GA)的完整實現,以及一套關于改進、應用、測試、結果輸出的完整框架。 本框架對粒子群算法與遺傳算法進行邏輯解耦,對其中的改進點予以封裝,進行模塊化,使用者可以采取自己對該模塊的改進替換默認實現組成新的改進算法與已有算法進行對比試驗。試驗結果基于Excel文件輸出,并可通過設定不同的迭代結束方式選擇試驗數據的輸出方式,包括: 1. 輸出隨迭代次數變化的平均達優率數據(設定終止條件區間大于0)。 2. 輸出隨迭代次數變化的平均最優值數據(設定終止條件區間等于0)。 本框架了包含了常用基準函數的實現以及遺傳算法與粒子群算

資源截圖

代碼片段和文件信息

/*
?*?Copyright?Eric?Wang
?*
?*?Licensed?under?the?Apache?License?Version?2.0?(the?“License“);?you?may?not
?*?use?this?file?except?in?compliance?with?the?License.?You?may?obtain?a?copy?of
?*?the?License?at
?*
?*?http://www.apache.org/licenses/LICENSE-2.0
?*
?*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
?*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS?WITHOUT
?*?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.?See?the
?*?License?for?the?specific?language?governing?permissions?and?limitations?under
?*?the?License.
?*/

package?org.lakeast.common;

public?enum?BoundaryType?{
NONE?WRAP?BOUNCE?STICK
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????571??2010-05-29?22:34??lakeast\.classpath
?????文件?????????383??2010-05-23?11:47??lakeast\.project
?????文件????????7613??2010-05-29?22:26??lakeast\README_CN.txt
?????文件?????????530??2010-05-26?22:01??lakeast\bin\log4j.properties
?????文件????????1125??2010-05-29?22:34??lakeast\bin\org\lakeast\common\BoundaryType.class
?????文件????????1660??2010-05-29?22:34??lakeast\bin\org\lakeast\common\Constraint.class
?????文件????????7505??2010-05-29?22:34??lakeast\bin\org\lakeast\common\Functions.class
?????文件?????????877??2010-05-29?22:34??lakeast\bin\org\lakeast\common\FunctionsTest.class
?????文件?????????479??2010-05-29?22:34??lakeast\bin\org\lakeast\common\InitializeException.class
?????文件????????1238??2010-05-29?22:34??lakeast\bin\org\lakeast\common\Randoms.class
?????文件????????1596??2010-05-29?22:34??lakeast\bin\org\lakeast\common\RandomsTest.class
?????文件????????2122??2010-05-29?22:34??lakeast\bin\org\lakeast\common\Range.class
?????文件????????1098??2010-05-29?22:34??lakeast\bin\org\lakeast\common\RangeTest.class
?????文件????????1872??2010-05-29?22:34??lakeast\bin\org\lakeast\common\ToStringBuffer.class
?????文件????????4858??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\chromosome\BinaryChromosome.class
?????文件????????1301??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\chromosome\BinaryChromosomeTest.class
?????文件????????3671??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\chromosome\IntegerChromosome.class
?????文件????????3676??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\chromosome\RealChromosome.class
?????文件????????3402??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\chromosome\SequenceIntegerChromosome.class
?????文件????????1760??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\chromosome\SequenceIntegerChromosomeTest.class
?????文件????????1418??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\domain\BananaDomain.class
?????文件????????1430??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\domain\GriewankDomain.class
?????文件????????1974??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\domain\KnapsackDomain$1.class
?????文件????????2807??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\domain\KnapsackDomain.class
?????文件????????1444??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\domain\SphereDomain.class
?????文件????????2198??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\domain\SphereDomainTest.class
?????文件????????1696??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\domain\TSPDomain.class
?????文件????????2175??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\domain\TSPDomainTest.class
?????文件????????4218??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\gen\AdapativeFactorGenerator.class
?????文件????????1720??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\skeleton\AbstractChromosome.class
?????文件????????3891??2010-05-29?22:34??lakeast\bin\org\lakeast\ga\skeleton\AbstractDomain.class
............此處省略155個文件信息

評論

共有 條評論