Class ecdf_sum

Inheritance Relationships

Base Type

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