Skip to main content

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

Project description

COmparing Continuous Optimisers (COCO) Post-Processing

DOI
The (cocopp) package uses data generated with the COCO framework (comparing not only continuous optimisers) and produces output figures and tables in html format and for inclusion into LaTeX documents. The main documentation page can be found at getting-started and in the API documentation, but see also here.

Installation

To install the latest release from PyPI:

pip install cocopp

To install the current main branch:

git clone https://github.com/numbbo/coco-postprocess.git
cd coco-postprocess
pip install .

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 archives which are attributes of cocopp.archives 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 cocopp.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) cocopp.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.7.0.tar.gz (8.6 MB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: cocopp-2.7.0.tar.gz
  • Upload date:
  • Size: 8.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cocopp-2.7.0.tar.gz
Algorithm Hash digest
SHA256 2bcc059a46898f2037b390ea9dd987e6f8530b5a47d17e95b07eac5751a08733
MD5 2b0df6c696fff66ddc9ac31d16ed446f
BLAKE2b-256 b5e855fa74a658680f268475aa180074ce9efeca316761706dba79363557ef58

See more details on using hashes here.

Provenance

The following attestation bundles were made for cocopp-2.7.0.tar.gz:

Publisher: tag_release.yml on numbbo/coco-postprocess

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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