TargetMode

class baybe.targets.enum.TargetMode[source]

Bases: Enum

Available modes for targets.

Public attributes and properties

MIN

The target is to be minimized.

MAX

The target is to be maximized.

MATCH

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.