TargetMode¶
- class baybe.targets.enum.TargetMode[source]¶
Bases:
Enum
Available modes for targets.
Public attributes and properties
The target is to be minimized.
The target is to be maximized.
The target should be close to a given value.
- MATCH = 'MATCH'¶
The target should be close to a given value.
- MAX = 'MAX'¶
The target is to be maximized.
- MIN = 'MIN'¶
The target is to be minimized.