Skip to content

Commit

Permalink
adding callback to init
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Blitz committed Oct 4, 2024
1 parent f6b0386 commit c5926d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sklearn_genetic/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
TimerStopping,
)
from .loggers import ProgressBar, LogbookSaver, TensorBoard
from .model_checkpoint import ModelCheckpoint

__all__ = [
"ProgressBar",
Expand All @@ -14,4 +15,5 @@
"TimerStopping",
"LogbookSaver",
"TensorBoard",
"ModelCheckpoint"
]

0 comments on commit c5926d9

Please sign in to comment.