bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
cuberl::maths::optim Namespace Reference

Enumerations

enum class  OptimizerType : int_t {
  INVALID_TYPE =-1 , GD =0 , SGD , ADAM ,
  RSPROP
}
 The RenderModeType enum. More...
 

Functions

constexpr bool compare (OptimizerType tp1, OptimizerType tp2)
 to_string. Returns the RenderModeType to its stringrepresentation
 

Enumeration Type Documentation

◆ OptimizerType

The RenderModeType enum.

Enumerator
INVALID_TYPE 
GD 
SGD 
ADAM 
RSPROP 

Function Documentation

◆ compare()

constexpr bool cuberl::maths::optim::compare ( OptimizerType  tp1,
OptimizerType  tp2 
)
inlineconstexpr

to_string. Returns the RenderModeType to its stringrepresentation

Parameters
typeThe RenderModeType to convert
Returns
std::string