Class ecdf_sum¶
Defined in File ecdf.hpp
Inheritance Relationships¶
Base Type¶
public ioh::logger::ecdf_stat< size_t >(Template Class ecdf_stat)
Class Documentation¶
-
class
ioh::logger::ecdf_sum: public ioh::logger::ecdf_stat<size_t>¶ Computes the sum of all elements of an AttainSuite data structure.
ecdf_sum sum; size_t s = sum(logger.get());
Public Functions
-
size_t
operator()(const attain_suite &attainment) override¶
-
size_t