登录
首页 » matlab » WSN-NSGA-III-master

WSN-NSGA-III-master

于 2020-10-15 发布
0 319
下载积分: 1 下载次数: 5

代码说明:

说明:  #运行实验: 1-转到代码并打开configationfile.m 2-在ConfData数组中设置所需的算法参数值 3-运行代码,结果将存储在结果文件夹中。 #展示实验结果: 1-转到结果文件夹 2-您可以运行以下文件之一: -运行plotResuts3D\u pareto.m以显示nsgai、nsga3和MOJPSO之间的比较 -运行MplotSensors.m来绘制NSGA3的传感器分布图 -运行MplotStatistics.m来绘制NSGA3的执行时间和传感器数量统计信息(# To run the expermints : 1- go to code and open configrationFile.m 2- set the values of the Algorithm parameters that you want in the ConfData Array 3- run the code and the results willbe stored in results folder. # To Show the results of expermints: 1- go to results folder 2- you can run one of this files : -run plotResuts3D_pareto.m to show the comparasion btween NSGAII,NSGA3and MOJPSO -run MplotSensors.m to plot the sensor distribution for NSGA3 -run MplotStatistics.m to plot the execution time and sensors number statistics for NSGA3 -run plotResults2D.m to plot the pareto in 2D)

文件列表:

WSN-NSGA-III-master, 0 , 2020-10-14
WSN-NSGA-III-master\.gitattributes, 66 , 2019-10-25
WSN-NSGA-III-master\LICENSE, 35129 , 2019-10-25
WSN-NSGA-III-master\README.md, 704 , 2019-10-25
WSN-NSGA-III-master\code, 0 , 2020-10-14
WSN-NSGA-III-master\code\@NSGA3, 0 , 2020-10-15
WSN-NSGA-III-master\code\@NSGA3\GenerateReferencePoints.m, 1332 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\MOP2.m, 905 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\MOP3.m, 917 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\NSGA3.m, 2967 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\PlotCosts.m, 950 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\RunAlgorithm.m, 1868 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\RunAlgorithm2.m, 2810 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\SortAndSelectPopulation.m, 2530 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\initialization.m, 2721 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\initialization2.m, 1648 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\license.txt, 1326 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\main.m, 777 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\nsga33.m, 3762 , 2019-10-25
WSN-NSGA-III-master\code\@NSGA3\www.yarpiz.com.url, 115 , 2019-10-25
WSN-NSGA-III-master\code\AdjacencyMatrix.m, 541 , 2019-10-25
WSN-NSGA-III-master\code\AssociateToReferencePoint.m, 1317 , 2019-10-25
WSN-NSGA-III-master\code\CalculateDistances.m, 1050 , 2019-10-25
WSN-NSGA-III-master\code\ComputeMinimumRci.m, 1736 , 2019-10-25
WSN-NSGA-III-master\code\ComputeMinimumRsi.m, 1055 , 2019-10-25
WSN-NSGA-III-master\code\ConfigurationFile.m, 1416 , 2019-10-25
WSN-NSGA-III-master\code\Coverage.m, 1132 , 2019-10-25
WSN-NSGA-III-master\code\Crossover.m, 2460 , 2019-10-25
WSN-NSGA-III-master\code\Crossover2.m, 992 , 2019-10-25
WSN-NSGA-III-master\code\DetermineDomination.m, 802 , 2019-10-25
WSN-NSGA-III-master\code\DetermineVoronoiCellsDistances.m, 960 , 2019-10-25
WSN-NSGA-III-master\code\Dominates.m, 532 , 2019-10-25
WSN-NSGA-III-master\code\Dominates2.m, 923 , 2019-10-25
WSN-NSGA-III-master\code\GeneralTest.m, 879 , 2019-10-25
WSN-NSGA-III-master\code\IsEnvironmentCovered1.m, 660 , 2019-10-25
WSN-NSGA-III-master\code\IsEnvironmentCovered2.m, 769 , 2019-10-25
WSN-NSGA-III-master\code\IsEnvironmentCovered3.m, 501 , 2019-10-25
WSN-NSGA-III-master\code\IsGraphConnected1.m, 521 , 2020-10-15
WSN-NSGA-III-master\code\Life.m, 2678 , 2020-10-15
WSN-NSGA-III-master\code\MainFile.m, 3207 , 2020-10-14
WSN-NSGA-III-master\code\Mutate.m, 2398 , 2019-10-25
WSN-NSGA-III-master\code\NSGAIII result index1.mat, 34212 , 2019-10-25
WSN-NSGA-III-master\code\NonDominatedSorting.m, 2155 , 2019-10-25
WSN-NSGA-III-master\code\NonDominatedSorting2.m, 2211 , 2019-10-25
WSN-NSGA-III-master\code\NormalizePopulation.m, 1247 , 2019-10-25
WSN-NSGA-III-master\code\ObjectiveFunction.m, 668 , 2019-10-25
WSN-NSGA-III-master\code\PerformScalarizing.m, 1562 , 2019-10-25
WSN-NSGA-III-master\code\ProcessVoronoiVertices.m, 4626 , 2019-10-25
WSN-NSGA-III-master\code\UpdateIdealPoint.m, 1041 , 2019-10-25
WSN-NSGA-III-master\code\WSD-NSGA-III_%2B%2B3.mat, 13510 , 2019-10-25
WSN-NSGA-III-master\code\WSD-NSGA-III_P13.mat, 17743 , 2019-10-25
WSN-NSGA-III-master\code\WSD-NSGA-III_P23.mat, 24794 , 2019-10-25
WSN-NSGA-III-master\code\WSD-NSGA-III_P33.mat, 28301 , 2019-10-25
WSN-NSGA-III-master\code\WSD-NSGA-III_P43.mat, 57126 , 2019-10-25
WSN-NSGA-III-master\code\WSD-NSGA-III_P53.mat, 48274 , 2019-10-25
WSN-NSGA-III-master\code\WSD-NSGA-III_P63.mat, 56863 , 2019-10-25
WSN-NSGA-III-master\code\WSD-NSGA-II_3.mat, 3031 , 2019-10-25
WSN-NSGA-III-master\code\config.m, 433 , 2019-10-25
WSN-NSGA-III-master\code\state.mat, 28962 , 2019-10-25
WSN-NSGA-III-master\code\state2.mat, 44395 , 2019-10-25
WSN-NSGA-III-master\code\test.m, 384 , 2019-10-25
WSN-NSGA-III-master\results, 0 , 2020-10-14
WSN-NSGA-III-master\results\@MOJPSO, 0 , 2020-10-14
WSN-NSGA-III-master\results\@MOJPSO\BuildRankedPareto.m, 1033 , 2019-10-25
WSN-NSGA-III-master\results\@MOJPSO\ChooseTargetSolution.m, 463 , 2019-10-25
WSN-NSGA-III-master\results\@MOJPSO\CombineSolutionsCoverage.m, 3644 , 2019-10-25
WSN-NSGA-III-master\results\@MOJPSO\Initialization.m, 1826 , 2019-10-25
WSN-NSGA-III-master\results\@MOJPSO\MOJPSO.m, 2484 , 2019-10-25
WSN-NSGA-III-master\results\@MOJPSO\ObjectiveFunction.m, 704 , 2019-10-25
WSN-NSGA-III-master\results\@MOJPSO\RunAlgorithm.m, 2438 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3, 0 , 2020-10-14
WSN-NSGA-III-master\results\@NSGA3\GenerateReferencePoints.m, 1332 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\MOP2.m, 905 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\MOP3.m, 917 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\NSGA3.m, 3034 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\PlotCosts.m, 950 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\RunAlgorithm.m, 1858 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\RunAlgorithm2.m, 2810 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\SortAndSelectPopulation.m, 2530 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\initialization.m, 1648 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\initialization2.m, 1648 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\license.txt, 1326 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\main.m, 777 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\nsga33.asv, 3679 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\nsga33.m, 3762 , 2019-10-25
WSN-NSGA-III-master\results\@NSGA3\www.yarpiz.com.url, 115 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics, 0 , 2020-10-14
WSN-NSGA-III-master\results\Evaluation Metrics\AverageDiffVal.m, 374 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\Classes.docx, 15162 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\Delta.m, 1428 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\DeltaQuotMetric.m, 674 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\DeltaWithInterpolation.m, 1602 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\GenerationalDistance.m, 569 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\HyperVolume.m, 4693 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\OverallParetoSpread.m, 351 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\SetCoverage1.m, 785 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\SetCoverage2.m, 869 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\UniformDistribution.m, 551 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\desktop.ini, 133 , 2019-10-25
WSN-NSGA-III-master\results\Evaluation Metrics\numberOfNonDominatedSolutions.m, 224 , 2019-10-25

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

发表评论

0 个回复

  • Zigbee 4终端温湿度采集系统
    zigbee自组网温湿度采集系统,1个协调器4个终端(或路由器),采集温湿度上传到PC上位机和手机客户端,同时上位机和客户端可以控制终端灯的状态。
    2022-04-25 15:36:28下载
    积分:1
  • cs5463程序
    说明:  stm32 与cs5463读取电能参数,在淘宝买的,没用上(cs5463 stm32 keil language)
    2020-06-18 21:00:02下载
    积分:1
  • S变换的行波测距
    说明:  在直流线路保护、故障测距等技术领域发展不够系统完善的情况,加强对直流输电线路故障测距的深入研究,提出可靠准确的直流输电线路故障测距方法,对因线路保护不能正确动作及其他原因而造成的永久性故障的清除,(In the case that the development of DC line protection, fault location and other technical fields is not perfect enough, the in-depth study on fault location of DC transmission line shall be strengthened, and reliable and accurate fault location method for DC transmission line shall be proposed to eliminate permanent faults caused by incorrect operation of line protection and other reasons)
    2020-11-24 19:08:56下载
    积分:1
  • ZHXG0329
    说明:  关于信号处理中,利用matlab语言实现基于广义互相关求时延估计的仿真(Time Delay Estimation Based on Generalized Cross-correlation)
    2019-05-16 15:08:01下载
    积分:1
  • RobotSDK_Demo
    和机器人的通讯,通过UDP 经过长期测试可以用的 和机器人的UDP通讯,通过UDP直接控制(Communication with robots through UDP Useable after long-term testing Communication with robots through UDP)
    2020-06-24 22:20:01下载
    积分:1
  • Matlab多旅行商实验
    说明:  遗传算法解决5种多旅行商问题的matlab程序(Genetic algorithm to solve the matlab program of 5 multi-traveler problems.)
    2020-07-18 09:58:47下载
    积分:1
  • GET_humidity
    说明:  dht11 模块湿度读取并在数码管上显示(DHT11 module humidity reading and display on digital tube)
    2020-06-21 11:00:02下载
    积分:1
  • 061820210119876
    基于DV-HOP算法的无线传感器网络定位优化研究,加入PSO来优化算法,增加精确度。(The location optimization of wireless sensor networks based on DV-HOP algorithm is studied. PSO is added to optimize the algorithm to increase accuracy.)
    2021-01-21 14:38:45下载
    积分:1
  • SERVO-PWM
    说明:  stm32控制gy906红外测温模块,用于物联网的开发(STM32 control gy906 infrared temperature measurement module)
    2020-11-28 15:39:29下载
    积分:1
  • RF_lightstring
    基于HC32F005的无线RF控制灯串。RF模块可替换成其他无线模式。程序中包含多种灯串显示模式(Wireless RF control lamp string based on HC32F005. RF module can be replaced by other wireless modes. The program contains a variety of lamp string display modes)
    2019-07-01 10:31:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载