Template Class ecdf_stat

Class Documentation

template<class T>
class ioh::logger::ecdf_stat

An interface for classes that computes statistics over the AttainSuite computed by an ecdf_logger.

The template indicates the return type of the functor interface.

Public Types

using Type = T

Public Functions

T operator()(const attain_suite &attainment) = 0