Skip to main content

Benchmarking framework for all types of black-box optimization algorithms, postprocessing.

Project description


COmparing Continuous Optimisers (COCO) post-processing

The (cocopp) package takes data generated with the COCO framework to compare continuous opitmizers and produces output figures and tables in html format and for including into LaTeX-documents.

Installation

   pip install cocopp

Usage

The main method of the cocopp package is main (currently aliased to cocopp.rungeneric.main). The main method also allows basic use of the post-processing through a shell command-line interface. The recommended use is however from an IPython/Jupyter shell or notebook:

>>> import cocopp
>>> cocopp.main('exdata/my_output another_folder yet_another_or_not')  

postprocesses data from one or several folders, for example data generated with the help from the cocoex module. Each folder should contain data of a full experiment with a single algorithm. (Within the folder the data can be distributed over subfolders). Results can be explored from the ppdata/index.html file, unless a a different output folder is specified with the -o option. Comparative data from over 200 full experiments are archived online and can be listed, filtered, and retrieved from cocopp.archives (of type OfficialArchives) and processed alone or together with local data. For example

>>> cocopp.archives.bbob('bfgs')  
['2009/BFGS_...

lists all data sets run on the bbob testbed containing 'bfgs' in their name. The first in the list can be postprocessed by

>>> cocopp.main('bfgs!')  

All of them can be processed like

>>> cocopp.main('bfgs*')  

Only a trailing * is accepted and any string containing the substring is matched. The postprocessing result of

>>> cocopp.main('bbob/2009/*')  

can be browsed at https://numbbo.github.io/ppdata-archive/bbob/2009. To display algorithms in the background, the genericsettings.background variable needs to be set:

>>> cocopp.genericsettings.background = {None: cocopp.archives.bbob.get_all('bfgs')}  

where None invokes the default color (grey) and line style (solid) genericsettings.background_default_style. Now we could compare our own data with the first 'bfgs'-matching archived algorithm where all other archived BFGS data are shown in the background with the command

>>> cocopp.main('exdata/my_output bfgs!')  

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cocopp-2.6.4.tar.gz (6.5 MB view details)

Uploaded Source

Built Distribution

cocopp-2.6.4-py3-none-any.whl (6.5 MB view details)

Uploaded Python 3

File details

Details for the file cocopp-2.6.4.tar.gz.

File metadata

  • Download URL: cocopp-2.6.4.tar.gz
  • Upload date:
  • Size: 6.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for cocopp-2.6.4.tar.gz
Algorithm Hash digest
SHA256 7377b937065fd75a1c86df5191cbb48ef2381fce9023d550a21cef3799482ed6
MD5 bb6bc9dbdee3988d877856dfe214ca56
BLAKE2b-256 d355f47dd0a206c95e4ab56022ce86d7f788f5058ca74a82832b40c20c9519fb

See more details on using hashes here.

File details

Details for the file cocopp-2.6.4-py3-none-any.whl.

File metadata

  • Download URL: cocopp-2.6.4-py3-none-any.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for cocopp-2.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 676dd360521e99d3f9b6f4fbf2278ac5e6baa8d1fa7a05ccb8fa8ee59cc33a0a
MD5 85b5c2a60bee1fb5dcc5200bbcc578a0
BLAKE2b-256 1e12e3b74f5c1978847786ebed748c3d45e1725ec4a0c1b42ca0c7e262274158

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page