Metadata-Version: 2.1
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"

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.

