stepCount property

int stepCount
getter/setter pair

Steps taken so far. 0 before the first step() call. After the first step(), stepCount == 1 and optimizer.lr reflects the LR for that first step.

Implementation

int stepCount = 0;