文件名称:多维函数优化程序
介绍说明--下载内容均来自于网络,请自行研究使用
用JAVA语言编写,包括PSO(Particle swarm optimization, 中文译名为粒子群优化或微粒群算法), DE (Differential evolution, 中文译名为差分进化或差异演化)等算法,有一些不带约束和带约束的算例(如Michelawicz的几个问题)。使用说明见usage.txt、RUNExample.bat和程序中的注释。
-with Java language, including the PSO (Particle swarm optimization, the Chinese translation of PSO or PSO algorithm), DE (Differential evolution, the Chinese translation of the difference or differential evolution evolution) algorithm, a number of non-binding and binding with the examples (such as the several issues Michelawicz ). Use see usage.txt, RUNExample.bat and procedures of the Notes.
-with Java language, including the PSO (Particle swarm optimization, the Chinese translation of PSO or PSO algorithm), DE (Differential evolution, the Chinese translation of the difference or differential evolution evolution) algorithm, a number of non-binding and binding with the examples (such as the several issues Michelawicz ). Use see usage.txt, RUNExample.bat and procedures of the Notes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 21840281多维函数优化程序.zip 列表 maosTOY/Source/AbstractSwarm.java maosTOY/Source/agent/AbstractAgent.java maosTOY/Source/agent/DEAgent.java maosTOY/Source/agent/DEPSAgent.java maosTOY/Source/agent/PSAgent.java maosTOY/Source/agent/PSAgent.java~1~ maosTOY/Source/agent/PSAgent.java~2~ maosTOY/Source/agent/SCAgent.java maosTOY/Source/DE.java maosTOY/Source/DEPS.java maosTOY/Source/encode/EvalElement.java maosTOY/Source/encode/EvalStruct.java maosTOY/Source/encode/IEncodeEngine.java maosTOY/Source/Global/BasicBound.java maosTOY/Source/Global/CompareValue.java maosTOY/Source/Global/GlobalCompare.java maosTOY/Source/Global/GlobalString.java maosTOY/Source/Global/IUpdateCycleEngine.java maosTOY/Source/Global/OutputMethods.java maosTOY/Source/Global/RandomGenerator.java maosTOY/Source/goodness/ACRComparator.java maosTOY/Source/goodness/BCHComparator.java maosTOY/Source/goodness/IGoodnessCompareEngine.java maosTOY/Source/goodness/PenaltyComparator.java maosTOY/Source/goodness/SRComparator.java maosTOY/Source/knowledge/ILibEngine.java maosTOY/Source/knowledge/Library.java maosTOY/Source/knowledge/SearchPoint.java maosTOY/Source/LearningClock.java maosTOY/Source/problem/constrained/Michalewicz_G1.java maosTOY/Source/problem/constrained/Michalewicz_G13.java maosTOY/Source/problem/constrained/Michalewicz_G2.java maosTOY/Source/problem/constrained/Michalewicz_G3.java maosTOY/Source/problem/constrained/Michalewicz_G4.java maosTOY/Source/problem/constrained/Michalewicz_G5.java maosTOY/Source/problem/constrained/Michalewicz_G7.java maosTOY/Source/problem/constrained/PressureVessel.java maosTOY/Source/problem/constrained/WeldedBeam.java maosTOY/Source/problem/ProblemEncoder.java maosTOY/Source/problem/UnconstrainedProblemEncoder.java maosTOY/Source/problem/unconstrained/GoldsteinPrice.java maosTOY/Source/problem/unconstrained/Griewank.java maosTOY/Source/PSO.java maosTOY/Source/SCO.java maosTOY/Source/space/BasicPoint.java maosTOY/Source/space/DesignDim.java maosTOY/Source/space/DesignSpace.java maosTOY/Source/space/ILocationEngine.java maosTOY/Source/swarm.jpr maosTOY/Source/usage.txt