toParetoDf function

Convert matrix to Pareto front data frame.

Convert matrix to Pareto front data frame.

Inside ecr EMOA algorithms the fitness is maintained in an (o,n)(o, n) matrix where oo is the number of objectives and nn is the number of individuals. This function basically transposes such a matrix and converts it into a data frame.

toParetoDf(x, filter.dups = FALSE)

Arguments

  • x: [matrix]

    Matrix.

  • filter.dups: [logical(1)]

    Shall duplicates be removed? Default is FALSE.

Returns

[data.frame]

  • Maintainer: Jakob Bossek
  • License: GPL-3
  • Last published: 2023-03-08