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

WSN-NSGA-III-master

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

  • 语音识别智能家居
    通过51单片机运用LD语音识别模块,通过识别语音来控制家电开关(LD speech recognition module is used to control the switch of household appliances by 51 single chip computer.)
    2020-06-20 19:40:02下载
    积分:1
  • push_air20170322
    说明:  ADS1220基于STM32程序,keil4版本(ADS1220 based on STM32 Program)
    2019-04-11 15:42:16下载
    积分:1
  • 解析车体数据
    主要用于接收并解析自动驾驶车辆的车体CAN数据(It is mainly used to receive and analyze CAN data of automobile body.)
    2019-07-08 21:50:21下载
    积分:1
  • USB_wabcam
    说明:  stm32f10xx实现USB摄像头,通过usb驱动摄像头,uvc协议通信。(STM32F10xx realizes USB camera, drives the camera through USB, and communicates with UVC protocol.)
    2020-06-18 10:43:46下载
    积分: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
  • stm32-bootloader
    stm32f0增加bootloader和env分区,env分区(a bootloader for stm32f0 series, update,upload or jump to the app with flag in env sector)
    2020-06-23 14:00:01下载
    积分:1
  • Keil.STM32F1xx_DFP.2.3.0
    说明:  Keil.STM32F1xx_DFP.2.3.0
    2020-12-28 15:28:25下载
    积分:1
  • STM32L476RGTx 开发板,连接心率传感器,通过NB95上报心率实时情况源码
    STM32L476RGTx 开发板,连接心率传感器,通过NB95上报心率实时情况源码
    2022-01-22 02:37:24下载
    积分:1
  • DevelopKit_Ver2
    说明:  OKUMA机床的二次开发包,含源程序,可进行数据采集(Okuma machine tool secondary development package, including source code, can be used for data acquisition)
    2020-12-08 14:29:19下载
    积分:1
  • stm32变频器
    说明:  变频开发程序和电路,STM32,KEIL(Frequency Converter Development Program and Circuit)
    2019-07-10 16:07:23下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载