Skip to content

A Package to visualise the Empirical Attainment Function interactively

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

YasiinsG/interactiveeafplots

Repository files navigation

interactiveeafplots: Visualisations of the Empirical Attainment Function

[ Homepage ] [ GitHub ] [ LinkedIn ]

Author: Yasin Gija

The Empirical Attainment Function characterizes the probability that a given point in the objective space is dominated by the solutions generated by a multi-objective optimization algorithm after a certain number of evaluations or generations. Essentially, it provides a probabilistic description of the outcomes produced by the algorithm over multiple runs.

Here we seek to display visually the Empirical Attainment Function using Plotly and ggplot2 in R. This package plots the Empirical Attainment Function (EAF), the EAF differences, the symmetric deviation function and 3d plots of the EAF.

Installation

You can install the development version of interactiveeafplots like so:

install.packages("devtools")
devtools::install_github("YasiinsG/interactiveeafplots")

Usage

Once the interactiveeafplots package is installed, the following R commands will give more information:

library(interactiveeafplots)
#> Warning: replacing previous import 'ggplot2::last_plot' by 'plotly::last_plot'
#> when loading 'interactiveeafplots'
?interactiveeafplot
?interactiveeafdiffplot
?interactivesymdevplot
?interactive3dplot

About

A Package to visualise the Empirical Attainment Function interactively

Topics

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages