zunis package

ZuNIS: Neural importance sampling library

logger = <Logger zunis (WARNING)>[source]

Overall parent logger for the Zunis library

logger_integration = <Logger zunis.integration (WARNING)>[source]

Overall parent logger for all integration operations

logger_training = <Logger zunis.training (WARNING)>[source]

Overall parent logger for all training operations

setup_std_stream_logger(min_level=None, debug=False, force=True)[source]

Set the root logger of this module to split output between stdout and stderr :param - min_level: minimum level output to stderr. Default is INFO :param - debug: overrides min_level to DEBUG

Notes

stdout : [min_level, WARNING) stderr : [WARNING, +∞)

Subpackages