inFairness.postprocessing.datainterfaces module#

class inFairness.postprocessing.datainterfaces.PostProcessingObjectiveResponse(y_solution: Tensor | None = None, objective: Dict | None = None)[source]#

Bases: object

Class to store the result from a post-processing algorithm

objective: Dict = None#
y_solution: Tensor = None#