nsopy.loggers

Classes

DualDgmFgmMethodLogger(dual_method)

Additionally logs # of oracle calls, time

EnhancedDualMethodLogger(dual_method)

Additionally logs # of oracle calls, time

GenericDualMethodLogger(dual_method)

Works with all implemented dual nsopy, and logs only variables that are common across all of them (lambda_k, d_k, etc)

GenericMethodLogger(dual_method)

Works with all implemented dual nsopy, and logs only variables that are common across all of them (lambda_k, d_k, etc)

PGMVisualizationLogger(dual_method)

Additionally logs # of oracle calls, time

SlimDualMethodLogger(dual_method)

Don't store lambda_k nor x_k.

TemplateMethodLogger(template_method)