cocoex API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Class Hierarchy

  • 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.Problem - Problem instances are usually generated using class Suite.
  • cocoex.interface.Suite
    • cocoex.Suite - Suite of benchmark problems.
  • cocoex.noiser.Noisifier - noise wrapper for an observed problem.
  • 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 - Undocumented
    • cocoex.exceptions.NoSuchProblemException - Undocumented
    • cocoex.exceptions.NoSuchSuiteException - Undocumented
API Documentation for cocoex, generated by pydoctor 23.9.1 at 2025-03-08 17:17:09.