Interface ParameterOptimizer

All Known Implementing Classes:
AdamW

public interface ParameterOptimizer
Optimizer that updates a set of Parameters once per training step.

Important: implementations should treat one call to step(List) as a single optimizer step (for bias correction, schedules, etc.).