mooplot: Visualizations for Multi-Objective Optimization#
Version: 0.0
Date Feb 03, 2025
Useful links: Source Repository | Issue Tracker
The mooplot package implements various visualizations that are useful in multi-objective optimization. These visualizations include:
Visualization of Pareto frontiers.
Visualization of the Empirical Attainment Function (EAF) and the differences between EAFs. The EAF describes the probabilistic distribution of the outcomes obtained by a stochastic algorithm in the objective space.
These visualizations may be used for exploring the performance of stochastic local search algorithms for multi-objective optimization problems and help in identifying certain algorithmic behaviors in a graphical way.
Keywords: empirical attainment function, summary attainment surfaces, EAF differences, multi-objective optimization, graphical analysis, visualization.
The reference guide contains a detailed description of the functions, modules, and objects.
Detailed examples and tutorials.