Skip to content

adbjesus/apm

Repository files navigation

Anytime Performance Model (APM)

A C++ library and binary for computing a models of anytime performance. Currently, it supports a theoretical model of anytime performance for algorithms that find at each iteration a solution to a bi-objective problem, which was first described in:

A. D. Jesus, L. Paquete, A. Liefooghe. A model of anytime algorithm performance for bi-objective optimization. Journal of Global Optimization 78, 329–350, 2021. DOI

Note: This library is still under active development and breaking changes are likelly to occur between minor versions. Nonetheless, the code is tested and all algorithms and data structures implemented are expected to be correct.

Dependencies