登录
首页 » Java » dehpso

dehpso

于 2020-11-04 发布 文件大小:46KB
0 228
下载积分: 1 下载次数: 0

代码说明:

说明:  基于差分进化与粒子群混合算法优化源程序,这是一个java语言编制的源程序,很实用.(Based on Differential Evolution and Particle Swarm Optimization Hybrid Algorithm source code, which is a java source languages, it is practical.)

文件列表:

dehpso
......\.classpath
......\.DS_Store
......\AbstractAgent.java
......\AbstractSwarm.java
......\behavior
......\........\AbsGTBehavior.java
......\........\DEGTBehavior.java
......\........\PSGTBehavior.java
......\DEPS.java
......\DEPSAgent.java
......\encode
......\......\EvalElement.java
......\......\EvalStruct.java
......\......\IEncodeEngine.java
......\Global
......\......\BasicArray.java
......\......\BasicBound.java
......\......\BasicTag.java
......\......\CompareValue.java
......\......\GlobalCompare.java
......\......\GlobalFile.java
......\......\GlobalString.java
......\......\IUpdateCycleEngine.java
......\......\OutputMethods.java
......\......\RandomGenerator.java
......\goodness
......\........\ACRComparator.java
......\........\BCHComparator.java
......\........\IGoodnessCompareEngine.java
......\........\PenaltyComparator.java
......\........\SRComparator.java
......\knowledge
......\.........\ILibEngine.java
......\.........\Library.java
......\.........\SearchPoint.java
......\LearningClock.java
......\problem
......\.......\.DS_Store
......\.......\constrained
......\.......\...........\Michalewicz_G1.java
......\.......\...........\Michalewicz_G13.java
......\.......\...........\Michalewicz_G2.java
......\.......\...........\Michalewicz_G3.java
......\.......\...........\Michalewicz_G4.java
......\.......\...........\Michalewicz_G5.java
......\.......\...........\Michalewicz_G7.java
......\.......\...........\PressureVessel.java
......\.......\...........\WeldedBeam.java
......\.......\custom
......\.......\......\AbstractCurveFitting.java
......\.......\......\MultiExpCosCurveFitting.java
......\.......\......\MultiGaussianCurveFitting.java
......\.......\......\PadeCurveFitting.java
......\.......\......\PolynomialCurveFitting.java
......\.......\ProblemEncoder.java
......\.......\unconstrained
......\.......\.............\GoldsteinPrice.java
......\.......\.............\Griewank.java
......\.......\UnconstrainedProblemEncoder.java
......\space
......\.....\BasicPoint.java
......\.....\DesignDim.java
......\.....\DesignSpace.java
......\.....\ILocationEngine.java

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Exe4_3
    3.已知车辆(Vehicle)包括机动车(MotoVehicle)和非机动车(NonMotorVehicle)2种。小汽车(Car)、公交车(Bus)等属于机动车,自行车(Bicycle)等属于非机动车。随着能源技术的发展,出现了电动自行车(ElectricBicycle)、电动小汽车(ElectricCar)、天然气公交车(NaturalGasBus)等新型车辆。车辆的共同特征是都能够运行(run),并且有唯一的5位车牌号(LicenseNumber)。机动车的共同特征是采用燃油发动机(FuelEngine),且能够驾驶(drive)。自行车的共同特征是能够骑行(ride)。电动车辆的共同特征是由电池(Battery)驱动。天然气车辆的共同特征是采用天然气(NaturalGas)作为动力。 要求: (1)设计一个类体系描述上述车辆,写出它们的属性和方法。 (2)一家公司(Company)拥有10辆普通小汽车、5辆公交车、2辆电动小汽车和1辆天然气公交车,要求写一个方法listVehicles()显示所有车辆的信息(车牌号以及采用的动力)。 程序文件命名为Exe4_3.java。(3. Known vehicle (Vehicle) including motor vehicle (MotoVehicle) and non-motorized (NonMotorVehicle) 2 species. Cars (Car), bus (Bus), etc. to motor vehicles, bicycles (Bicycle), etc. are non-motor vehicles. With the development of energy technologies, the emergence of electric bicycles (ElectricBicycle), electric cars (ElectricCar), natural gas buses (NaturalGasBus) and other new vehicles. A common feature of the vehicle is able to run (run), and there are only five license plate number (LicenseNumber). Common feature is the use of a motor vehicle fuel engine (FuelEngine), and is capable of driving (drive). Common feature is the ability to ride a bike (ride). Common characteristics of the electric vehicle is driven by a battery (Battery). A common feature is the use of natural gas vehicles (NaturalGas) as the driving force. Claim: (1) describe the design of a class system of the vehicle, write their properties and methods. (2) a company (Company) owns 10 ordinary cars, five buses, )
    2015-06-14 18:22:51下载
    积分:1
  • PendingIntentRecord
    Pending Intent Record extends I Intent Sender. Stub Source Code for Andriod.
    2013-12-16 12:35:39下载
    积分:1
  • ranve
    是实用的东西,介绍利用JAVA开发的一个程序,鼓励程序()
    2018-05-15 11:56:11下载
    积分:1
  • Student-Study
    spring 学习,包括bean,dao,bean的注入,解析,xml文件的解析(Spring learning, including bean, dao, bean injection, analysis, xml file analysis)
    2017-04-11 15:50:56下载
    积分:1
  • ftp
    说明:  ftp线程实现包括在java语言中实现,实现很简洁,效率高。(FTP thread implementation is implemented in Java language, which is very concise and efficient.)
    2020-06-16 14:34:28下载
    积分:1
  • Calculator
    Caculator is veri good which is helpful.eds
    2014-12-14 21:04:44下载
    积分:1
  • CollectJob
    This is a sample for multi thread java application. Is pretty easy for doing large data processing
    2013-10-30 16:44:39下载
    积分:1
  • Median
    采用java编写的Median filter程序()
    2021-04-16 14:48:53下载
    积分:1
  • 打飞碟JAVA
    打飞碟程序,用JAVA编写!还比较号玩!(fight UFO procedures, prepared using JAVA! Still, playing!)
    2005-01-02 20:54:49下载
    积分:1
  • lpa
    经典社团发现算法,LPA算法(线性传播算法)的java实现。(The implementation of LPA algorithm,which is a classical algorithm of community detection in network.)
    2020-07-21 18:38:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载