.. currentmodule:: mmengine.optim
.. autosummary:: :toctree: generated :nosignatures: :template: classtemplate.rst AmpOptimWrapper ApexOptimWrapper OptimWrapper OptimWrapperDict DefaultOptimWrapperConstructor ZeroRedundancyOptimizer
.. autosummary:: :toctree: generated :nosignatures: build_optim_wrapper
.. autosummary:: :toctree: generated :nosignatures: :template: classtemplate.rst _ParamScheduler ConstantLR ConstantMomentum ConstantParamScheduler CosineAnnealingLR CosineAnnealingMomentum CosineAnnealingParamScheduler ExponentialLR ExponentialMomentum ExponentialParamScheduler LinearLR LinearMomentum LinearParamScheduler MultiStepLR MultiStepMomentum MultiStepParamScheduler OneCycleLR OneCycleParamScheduler PolyLR PolyMomentum PolyParamScheduler StepLR StepMomentum StepParamScheduler ReduceOnPlateauLR ReduceOnPlateauMomentum ReduceOnPlateauParamScheduler