class documentation

class ShortInfo:

View In Hierarchy

print minimal info during benchmarking.

After initialization, to be called right before the solver is called with the respective problem. Prints nothing if only the instance id changed.

Example output:

Jan20 18h27:56, d=2, running: f01f02f03f04f05f06f07f08f09f10f11f12f13f14f15f16f17f18f19f20f21f22f23f24f25f26f27f28f29f30f31f32f33f34f35f36f37f38f39f40f41f42f43f44f45f46f47f48f49f50f51f52f53f54f55 done

Jan20 18h27:56, d=3, running: f01f02f03f04f05f06f07f08f09f10f11f12f13f14f15f16f17f18f19f20f21f22f23f24f25f26f27f28f29f30f31f32f33f34f35f36f37f38f39f40f41f42f43f44f45f46f47f48f49f50f51f52f53f54f55 done

Jan20 18h27:57, d=5, running: f01f02f03f04f05f06f07f08f09f10f11f12f13f14f15f16f17f18f19f20f21f22f23f24f25f26f27f28f29f30f31f32f33f34f35f36f37f38f39f40f41f42f43f44f45f46f47f48f49f50f51f52f53f54f55 done

Static Method short_time_stap Undocumented
Method __call__ uses problem.id and problem.dimension to decide what to print.
Method __init__ Undocumented
Method add_evals Undocumented
Method dimension_done Undocumented
Method function_done Undocumented
Method print Undocumented
Method print_timings Undocumented
Instance Variable d_current Undocumented
Instance Variable evals_by_dimension Undocumented
Instance Variable evals_dimension Undocumented
Instance Variable f_current Undocumented
Instance Variable runs_function Undocumented
Instance Variable t0_dimension Undocumented
@staticmethod
def short_time_stap():

Undocumented

def __call__(self, problem):

uses problem.id and problem.dimension to decide what to print.

def __init__(self):

Undocumented

def add_evals(self, evals, runs):

Undocumented

def dimension_done(self):

Undocumented

def function_done(self):

Undocumented

def print(self, problem, end='', **kwargs):

Undocumented

def print_timings(self):

Undocumented

d_current =

Undocumented

evals_by_dimension: dict =

Undocumented

evals_dimension: int =

Undocumented

f_current =

Undocumented

runs_function: int =

Undocumented

t0_dimension =

Undocumented