clarena.optimizers
Optimizers for Continual Learning
This submodule provides optimizers for continual learning that can be used in CLArena.
Please note that this is an API documantation. Please refer to the main documentation page for more information about the optimizers and how to use and customize them:
- Configure your optimizer: https://pengxiang-wang.com/projects/continual-learning-arena/docs/configure-your-experiments/optimizer
1""" 2 3# Optimizers for Continual Learning 4 5This submodule provides **optimizers for continual learning** that can be used in CLArena. 6 7Please note that this is an API documantation. Please refer to the main documentation page for more information about the optimizers and how to use and customize them: 8 9- **Configure your optimizer:** [https://pengxiang-wang.com/projects/continual-learning-arena/docs/configure-your-experiments/optimizer](https://pengxiang-wang.com/projects/continual-learning-arena/docs/configure-your-experiments/optimizer) 10 11 12"""