Updater(std::size_t const sizeState)
Constructor.
virtual std::map< std::string, Stopwatch > getTiming() const
Return timings gathered in stopwatch map.
std::string prefix
Prefix for timing stopwatches.
virtual void resetTimingLoop()
Start a new timing loop (e.g.
std::size_t sizeState
Number of neural network connections (weights + biases).
bool timingReset
Internal loop timer reset switch.
bool timing
Whether detailed timing is enabled.
virtual void setupTiming(std::string const &prefix="upd")
Activate detailed timing.
std::map< std::string, Stopwatch > sw
Stopwatch map for timing.