Interface SensitivityResult

All Superinterfaces:
Displayable
All Known Subinterfaces:
FirstOrderSensitivity, SecondOrderSensitivity, TotalOrderSensitivity
All Known Implementing Classes:
SobolSensitivityAnalysis.SobolSensitivityResult

public interface SensitivityResult extends Displayable
Stores the results from SensitivityAnalysis.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the parameter set associated with this sensitivity analysis.

    Methods inherited from interface org.moeaframework.util.format.Displayable

    display, display
  • Method Details

    • getParameterSet

      ParameterSet getParameterSet()
      Returns the parameter set associated with this sensitivity analysis.
      Returns:
      the parameter set