cocoex API Documentation

Class Hierarchy

  • .interface.Problem
    • cocoex.Problem - Problem instances are usually generated using class Suite.
    • cocoex.python.Problem - Problem instances are usually generated using class Suite.
  • cocoex.python.utilities.SameFunction - Count the number of consecutive instances of the same function.
  • cocoex.utilities.SameFunction - Count the number of consecutive instances of the same function.
  • dict
    • cocoex.python.utilities.ObserverOptions - a dict with observer options which can be passed to the (C-based) Observer via the as_string property.
    • 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
    • cocoex.python.exceptions.InvalidProblemException - Undocumented
    • cocoex.python.exceptions.NoSuchProblemException - Undocumented
    • cocoex.python.exceptions.NoSuchSuiteException - Undocumented
  • interface.Observer
    • cocoex.Observer - Observer which can be "attached to" one or several problems, however not necessarily at the same time.
    • cocoex.python.Observer - Observer which can be "attached to" one or several problems, however not necessarily at the same time.
  • interface.Suite
    • cocoex.python.Suite - Suite of benchmark problems.
    • cocoex.Suite - Suite of benchmark problems.
  • object
    • cocoex.python.utilities.MiniPrint - print dimension when changed and a single symbol for each call.
    • cocoex.python.utilities.ProblemNonAnytime - The non-anytime problem class.
    • cocoex.python.utilities.ShortInfo - print minimal info during benchmarking.
    • cocoex.utilities.MiniPrint - print dimension when changed and a single symbol for each call.
    • cocoex.utilities.ProblemNonAnytime - The non-anytime problem class.
    • cocoex.utilities.ShortInfo - print minimal info during benchmarking.