Each#

class ioh.iohcpp.logger.trigger.Each(self: ioh.iohcpp.logger.trigger.Each, interval: int, starting_at: int = 0)#

Bases: Trigger

Trigger that evaluates to true at a given interval

Parameters:
  • interval (int) – The interval at which to trigger

  • starting_at (int) – The starting time of the interval, defaults to 0.

Attributes Summary

Methods Summary

__call__(self, arg0, arg1)

reset(self)

Attributes Documentation

interval#
starting_at#

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#