updating rst

This commit is contained in:
Dario Coscia
2025-03-13 17:25:00 +01:00
committed by Nicola Demo
parent 28ef4c823b
commit 3f8665b5d8
87 changed files with 247 additions and 4877 deletions

View File

@@ -0,0 +1,7 @@
Optimizer
============
.. currentmodule:: pina.optim.optimizer_interface
.. autoclass:: Optimizer
:members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
Scheduler
=============
.. currentmodule:: pina.optim.scheduler_interface
.. autoclass:: Scheduler
:members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
TorchOptimizer
===============
.. currentmodule:: pina.optim.torch_optimizer
.. autoclass:: TorchOptimizer
:members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
TorchScheduler
===============
.. currentmodule:: pina.optim.torch_scheduler
.. autoclass:: TorchScheduler
:members:
:show-inheritance: