Metadata-Version: 2.4
Name: moarchiving
Version: 0.6.0
Summary: Biobjective Archive class with hypervolume indicator and uncrowded hypervolume improvement computation 
Home-page: https://github.com/cma-es/moarchiving
Author: Nikolaus Hansen
Author-email: authors_firstname.lastname@inria.fr
License: BSD
Keywords: optimization,multi-objective
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
Provides-Extra: arbitrary-precision
Requires-Dist: fraction; extra == "arbitrary-precision"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: summary

This module contains, for the time being, a single MOO archive class.

A bi-objective nondominated archive as sorted list with incremental update
in logarithmic time, providing computations of overall hypervolume,
contributing hypervolumes and uncrowded hypervolume improvements.

:Author: Nikolaus Hansen, 2018

:License: BSD 3-Clause, see LICENSE file.

