Releases: SEALABQualityGroup/EASIER
Releases · SEALABQualityGroup/EASIER
EASIER v0.6.1 - SPEA2 and NSGA-II
SPEA2 has been added as a new algorithm.
The NSGA-II solutions are compared with new ones generated by SPEA2.
Boxplots in R and Wilcoxon signed rank are also available
EASIER v0.6 - Supporting SOR evaluation
Multiple models and the SOR approximation are supported.
This version implements the SOR approximation in order to enable a faster performance evaluation than the Gaussian elimination one. Additionally, it is possible to pass multiple models as input by using a special file in which each config file path has to be provided as follows:
#Models
fta=/src/main/resources/models/AemiliaModels/FTA/new_rate3/config.ini
bgcs=/src/main/resources/models/AemiliaModels/BGCS/config.ini
Options
-s: for specifying a single model as input
-m: for specifying multiple models as input, by using a config file
-sor: for enabling the SOR approximation
EASIER v0.1 - Thresholds not supported
from pakimor to easier