1#ifndef OPTIMIZER_TYPE_H
2#define OPTIMIZER_TYPE_H
4#include "cuberl/extern/enum.h"
22std::string
to_string(OptimzerType type){
return type._to_string();}
25constexpr bool compare(OptimzerType tp1, OptimzerType tp2){
constexpr bool compare(OptimzerType tp1, OptimzerType tp2)
Definition optimizer_type.h:25
std::string to_string(OptimzerType type)
to_string. Returns the RenderModeType to its stringrepresentation
Definition optimizer_type.h:22
BETTER_ENUM(OptimzerType, char, INVALID_TYPE=-1, GD=0, SGD, ADAM, RSPROP)
The RenderModeType enum.
Various utilities used when working with RL problems.
Definition cuberl_types.h:16