piglot.utils.scalarisations

Module for scalarisation of objectives.

Functions

read_scalarisation

Read a scalarisation function from a configuration.

Classes

MaxScalarisation

Scalarise using the maximum of the objectives.

MeanScalarisation

Scalarise using the mean of the objectives.

MinScalarisation

Scalarise using the minimum of the objectives.

MonteCarloScalarisation

Base class for non-linear scalarisations requiring Monte Carlo variance estimations.

SumScalarisation

Scalarise using the sum of the objectives.