jMetalPy icon indicating copy to clipboard operation
jMetalPy copied to clipboard

Statistical Tests / Single objective problems

Open matheusullmann opened this issue 3 years ago • 0 comments

Hello everyone!

I created an algorithm and implemented others in Jmetal Java, but I ran my tests a little differently. For each benchmark function and each algorithm, my results are in two tables, the first with the results of 25 independent runs in each column and 5000 rows indicating the fitness value in each of the 5000 iterations of the algorithm. The other table contains the execution time for each independent execution.

My question is, how can I use JmetalPy's statistical tests? If possible, what tests do you recommend?

Thank you in advance for your help!

matheusullmann avatar Feb 15 '21 20:02 matheusullmann