mythos.ui.loggers.console ========================= .. py:module:: mythos.ui.loggers.console .. autoapi-nested-parse:: Logger logging mythos optimization results to the console. Classes ------- .. autoapisummary:: mythos.ui.loggers.console.ConsoleLogger Module Contents --------------- .. py:class:: ConsoleLogger Bases: :py:obj:`mythos.ui.loggers.logger.Logger` Console logger. .. py:method:: log_metric(name: str, value: float, step: int) -> None Log the `value` for `name` at `step`. :param name: the name of the metric :type name: str :param value: the value of the metric :type value: float :param step: the step at which the metric was recorded :type step: int .. py:method:: update_status(name: str, kind: mythos.ui.loggers.logger.StatusKind, status: mythos.ui.loggers.logger.Status) -> None Updates the status of a simulator, objective, or observable.