At#

class ioh.iohcpp.logger.trigger.At(self: ioh.iohcpp.logger.trigger.At, time_points: Set[int])#

Bases: Trigger

Trigger that evaluates to true at specific time points

Parameters:

time_points (list[int]) – The time points at which to trigger

Attributes Summary

Methods Summary

__call__(self, arg0, arg1)

reset(self)

Attributes Documentation

time_points#

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#