LR Scheduler init should return Result<Scheduler, ...>
instead of panicking
#2510
Labels
good first issue
Good for newcomers
As discussed in #2423.
Invalid initialization should not panic. We should refactor all schedulers to follow the same pattern (especially since warnings won't show up with the built-in logger + learner).
The text was updated successfully, but these errors were encountered: