cocoex.BatchScheduler
- Facilitate to run a benchmarking experiment in independent batches.cocoex.ExperimentRepeater
- Allow to automatically repeat an experiment based on budget and successes.cocoex.interface.Observer
cocoex.Observer
- Observer which can be "attached to" one or several problems, however not necessarily at the same time.cocoex.interface.Problem
cocoex.interface.Suite
cocoex.Suite
- Suite of benchmark problems.cocoex.utilities.MiniPrint
- print dimension when changed and a single symbol for each call.cocoex.utilities.ProblemNonAnytime
- The non-anytime problem class.cocoex.utilities.SameFunction
- Count the number of consecutive instances of the same function.cocoex.utilities.ShortInfo
- print minimal info during benchmarking.dict
cocoex.utilities.ObserverOptions
- a dict
with observer options which can be passed to the (C-based) Observer
via the as_string
property.Exception
cocoex.exceptions.InvalidProblemException
- Undocumentedcocoex.exceptions.NoSuchProblemException
- Undocumentedcocoex.exceptions.NoSuchSuiteException
- Undocumented