skcriteria.core.objectives module
Definition of the objectives (MIN, MAX) for the criteria.
- class skcriteria.core.objectives.Objective(value)[source]
Bases:
EnumRepresentation of criteria objectives (Minimize, Maximize).
- MIN = -1
Internal representation of minimize criteria
- MAX = 1
Internal representation of maximize criteria