RewardSetVisitor set the reward parameter given the reward value. More...
Public Member Functions | |
RewardSetVisitor (const double reward) | |
Set the reward parameter given the reward value. More... | |
template < typename LayerType > | |
void | operator() (LayerType *layer) const |
Set the reward parameter. More... | |
void | operator() (MoreTypes layer) const |
RewardSetVisitor set the reward parameter given the reward value.
Definition at line 26 of file reward_set_visitor.hpp.
RewardSetVisitor | ( | const double | reward | ) |
Set the reward parameter given the reward value.
void operator() | ( | LayerType * | layer | ) | const |
Set the reward parameter.
void operator() | ( | MoreTypes | layer | ) | const |