NEWS.md
report() now defaults to irace.Rdata so that it is even easier to use.summarise_by_instance() only tries to truncate the common root path if trainInstancesDir is not empty.Fix bug in sampling_distance() with a single configuration in one iteration.
Support irace >= 4.2.
ablation_plot() gains option rename_labs.
Requires R >= 4.0 and irace >= 4.0.
Fix tables in the report not showing any value if there are NAs.
Handle iteration 0 in summarise_by_iteration().
summarise_by_configuration() also prints mean rank.
summarise_by_iteration() tries harder to print unique minimal paths. It also handles non-character instances (like R objects).
Fix parallel_coord() not producing a plot with a single configuration.
Requires irace version >= 4.0 and it will not work with earlier versions.
Fix negative RPD values (Fixed by @j-mezger).
Renamed parallel_coord2() to plot_configurations(). Completely rewrite parallel_coord() and plot_configurations() to produce nicer tickmarks and fix many bugs.
New functions parameters_tree(), parameters_summarise(), irace_summarise().
plot_experiments_matrix() now shows rejected configurations with a red X.
Give a better error if pandoc is missing.
New function ablation_plot() to plot the result of irace::ablation().
New function summarise_by_configuration().
Implement all plots that were available in the irace package and a few more.
First version in CRAN.