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

WSN-NSGA-III-master

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

  • configfile
    用于NBIOT模组M5310-A和M5310生成配置文件,用于使用AT指令登录OneNET平台(Generate configuration files for NBIOT modules M5310-A and M5310 to log on to OneNET platform using AT instructions)
    2020-06-20 14:00:02下载
    积分:1
  • Desktop
    可以实现彩民登录,管理员登录和公证员登录。(It can realize lottery citizen login, administrator login and notary login.)
    2020-06-23 18:20:02下载
    积分:1
  • mirrors-mongoose-iot-master
    物联网技术的服务器源码,好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好。
    2023-02-07 05:40:05下载
    积分:1
  • 多个DHT11和18b20的测量显示
    说明:  本资料为基于STM32的多个DHT11和18b20的测量显示,注释详细,供大家学习(This information is based on STM32 measurement of DHT11 and 18b20, detailed notes, for everyone to learn)
    2020-10-24 22:08:32下载
    积分:1
  • rader
    室内经典指纹定位算法rader的简洁实现(The classic fingerprint location algorithm rader simple implementation)
    2020-06-23 07:40:01下载
    积分:1
  • STM32控制伺服电机
    STM32控制伺服电机,不错的学习资料,可以学习一下(STM32 control servo motor, good learning materials, you can learn about it.)
    2019-08-17 10:56:39下载
    积分:1
  • 1414478077
    ATSAMA2D3X参考资料,里面包含开发所需的技术文档。(ATSAMA2D3X References,It contains the technical documentation needed for development.)
    2020-06-24 15:00:02下载
    积分:1
  • BL55080
    说明:  LCD驱动芯片C语言,STM32L151**(LCD driver chip C language, stm32l151**)
    2021-04-10 12:38:59下载
    积分:1
  • cs5463程序
    说明:  stm32 与cs5463读取电能参数,在淘宝买的,没用上(cs5463 stm32 keil language)
    2020-06-18 21:00:02下载
    积分:1
  • 2
    说明:  经典属性越简代码,用于属性约简及规则生成。(Classic attribute reduction code)
    2019-11-19 19:56:09下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载