4#include "cuberl/extern/enum.h"
14 CROSS_ENTROPY=0, MSE);
22std::string
to_string(LossType type){
return type._to_string();}
31constexpr bool compare(LossType tp1, LossType tp2){
std::string to_string(LossType type)
to_string. Returns the RenderModeType to its stringrepresentation
Definition loss_type.h:22
constexpr bool compare(LossType tp1, LossType tp2)
compare
Definition loss_type.h:31
BETTER_ENUM(LossType, char, INVALID_TYPE=-1, CROSS_ENTROPY=0, MSE)
The RenderModeType enum.
Definition mc_tree_search_solver.h:22