TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
#include <cpid2kworker.h>
Public Member Functions | |
template<typename T > | |
EventMetric (std::string n, T v, AggregationType a=AggregateMean, typename std::enable_if_t< std::is_arithmetic< T >::value > *=0) | |
virtual | ~EventMetric ()=default |
Public Attributes | |
std::string | name |
float | value |
AggregationType | aggregation |
|
inline |
|
virtualdefault |
AggregationType cpid::Cpid2kMetrics::EventMetric::aggregation |
std::string cpid::Cpid2kMetrics::EventMetric::name |
float cpid::Cpid2kMetrics::EventMetric::value |