class ShortInfo:
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 |
Undocumented |
Method | __call__ |
uses problem.id and problem.dimension to decide what to print. |
Method | __init__ |
Undocumented |
Method | add |
Undocumented |
Method | dimension |
Undocumented |
Method | function |
Undocumented |
Method | print |
Undocumented |
Method | print |
Undocumented |
Instance Variable | d |
Undocumented |
Instance Variable | evals |
Undocumented |
Instance Variable | evals |
Undocumented |
Instance Variable | f |
Undocumented |
Instance Variable | runs |
Undocumented |
Instance Variable | t0 |
Undocumented |