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

WSN-NSGA-III-master

于 2020-10-15 发布
0 161
下载积分: 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 个回复

  • FPGA_STM32_fsmc
    STM32与FPGA通信 读取SDRAM数据(Reading SDRAM Data by Communication between STM32 and FPGA)
    2020-06-17 11:00:02下载
    积分:1
  • 室内经典指纹定位算法
    说明:  室内经典指纹定位算法rader的简洁实现(The classic fingerprint location algorithm rader simple implementation)
    2020-06-23 07:40:01下载
    积分:1
  • 20180313jikongqiV1.1
    井盖防盗报警,通过GPRS实现平台实施监控。(Well cover anti-theft alarm, through GPRS platform implementation monitoring.)
    2020-06-23 07:40:02下载
    积分:1
  • STM32F407_ov2640+esp8266
    说明:  在STM32F407上通过ESP8266把ov2640拍到的图片传输到上位机上(The images captured by ov2640 are transmitted to PC through ESP8266 on STM32F407.)
    2020-06-21 04:40:01下载
    积分:1
  • EX.大气波导测量最终版(传感器)
    说明:  基于CC2530的温湿压参数无线测量系统,CC2530作为主控芯片与传感器芯片进行I2C通信获取参数并通过天线发送回接收端,可以无线测量温湿压参数。(Using CC2530 as the main control chip, I2C communication protocol collects sensor data and transmits it back to receiving terminal through antenna to realize wireless measurement of temperature and humidity pressure data.)
    2020-06-17 09:00:02下载
    积分:1
  • Arduino控制SIM卡发送数据
    本例子涉及到arduino与物联网的连接,包括arduino控制SIM与物联网的连接,使用SIM900A模块,使用GPRS流量包发送数据,使用超声波模块发送数据,利用到了发送函数,可以自动监测超声波传感器的数据,并且上传到网络。
    2022-01-24 09:20:07下载
    积分:1
  • 程序源码
    说明:  5档调节pwm,1602显示,使用stc89c52单片机(five types of pwm displayed by 1602)
    2020-06-18 13:20:01下载
    积分:1
  • GET_humidity
    说明:  dht11 模块湿度读取并在数码管上显示(DHT11 module humidity reading and display on digital tube)
    2020-06-21 11:00:02下载
    积分:1
  • 解析车体数据
    说明:  主要用于接收并解析自动驾驶车辆的车体CAN数据(It is mainly used to receive and analyze CAN data of automobile body.)
    2019-07-08 21:50:21下载
    积分:1
  • 项目5 (拓展)-(我的电脑版)-成功
    协调器和终端节点通过串口连接PC机,相互通讯,串口助手上可以显示(Coordinator and terminal node connect PC through serial port, communicate with each other, and can be displayed on serial assistant.)
    2020-06-23 06:20:02下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载