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

WSN-NSGA-III-master

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

  • WSN-NSGA-III-master
    说明:  #运行实验: 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)
    2020-10-15 12:43:03下载
    积分:1
  • opc.ua.netstandard.sampleapplications-20180714
    说明:  采用C#开发的OPCUA规范的SDK/服务端/客户端软件,覆盖OPC UA规范的1.03版所有功能点(Adopt the SDK / server / client software of opcua specification developed by C, covering all the function points of opcua specification version 1.03)
    2020-04-19 22:10:14下载
    积分:1
  • ENERGY
    D2D分布式功控 提高系统内吞吐量。设备到设备(D2D)通信是5G通信的关键技术特征之一,它提供了一种有效的方法来应对(D2D distributed power control to improve system throughput)
    2019-03-31 11:27:39下载
    积分:1
  • ESP8266-WIFI数据透传实验
    说明:  ESP8266实现数据传输,可以是数字、字符、中文等(ESP8266 realizes data transmission, which can be digital, character, Chinese, etc.)
    2020-06-21 04:20:02下载
    积分:1
  • EX.大气波导测量最终版(协调器)
    基于CC2530的温湿压参数无线测量系统,CC2530作为主控芯片接收测量终端测量测到的传感器数据,并接收GPS数据实时提供位置信息,通过串口发送回上位机。(Based on the wireless measurement system of temperature, humidity and pressure parameters of CC2530, CC2530 as the main control chip receives the sensor data measured by the measurement terminal, and receives the GPS data to provide real-time location information, and sends it back to the host computer through the serial port.)
    2020-06-17 09:00:02下载
    积分:1
  • Matlab多旅行商实验
    遗传算法解决5种多旅行商问题的matlab程序(Genetic algorithm to solve the matlab program of 5 multi-traveler problems.)
    2020-07-18 09:58:47下载
    积分:1
  • 智慧农业()
    说明:  在stm32板子上结合物联网专业知识,在Linux环境下编程开发,最终实现远程监控农场温湿度、二氧化碳浓度等变量。(Based on the STM32 board, combined with the Internet of things professional knowledge, programming and development in Linux environment, finally realize the remote monitoring of farm temperature and humidity, carbon dioxide concentration and other variables.)
    2021-04-25 21:52:15下载
    积分:1
  • MyProject
    说明:  基于STM32F103ZET6,移植了UCOSiii操作系统,搭载UIP协议栈,硬件使用的enc28j60(STM32F103ZET6,UCOSiii,UIP,enc28j60)
    2020-06-24 02:00:02下载
    积分:1
  • EX.大气波导测量最终版(协调器)
    说明:  基于CC2530的温湿压参数无线测量系统,CC2530作为主控芯片接收测量终端测量测到的传感器数据,并接收GPS数据实时提供位置信息,通过串口发送回上位机。(Based on the wireless measurement system of temperature, humidity and pressure parameters of CC2530, CC2530 as the main control chip receives the sensor data measured by the measurement terminal, and receives the GPS data to provide real-time location information, and sends it back to the host computer through the serial port.)
    2020-06-17 09:00:02下载
    积分:1
  • STM32控制伺服电机
    STM32控制伺服电机,不错的学习资料,可以学习一下(STM32 control servo motor, good learning materials, you can learn about it.)
    2019-08-17 10:56:39下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载