During#
- class ioh.iohcpp.logger.trigger.During(self: ioh.iohcpp.logger.trigger.During, time_ranges: Set[Tuple[int, int]])#
Bases:
Trigger
Trigger that evaluates to true during a given interval.
- Parameters:
time_ranges (set[tuple[int, int]]) – The ranges/intervals at which the log the data.
Attributes Summary
Methods Summary
Attributes Documentation
- time_ranges#
Methods Documentation
- __call__(self: ioh.iohcpp.logger.trigger.Trigger, arg0: ioh.iohcpp.LogInfo, arg1: ioh.iohcpp.MetaData) bool #
- reset(self: ioh.iohcpp.logger.trigger.Trigger) None #