BIMK / PlatEMO

Evolutionary multi-objective optimization platform
1.58k stars 463 forks source link

How to implement statistical tests in PlatEMO using csv data? #139

Open SMahesh96 opened 1 year ago

SMahesh96 commented 1 year ago

I have a csv dataset comprising of results of algorithms I want to compare using Mann-Whitney U-Test, Wilcoxon signed rank test and Friedman test. Is there a feature in PlatEMO to use my csv data to perform the tests rather than code the algorithms and test functions as shown in the GUI? The rows of my data contain result on each test functions, whereas the columns are different algorithms.