-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adaptive Windowing for Multi-Armed Bandits
### Changes: * Added adaptive windowing mechanism to detect and handle concept drift in MAB models. * Introduced ActionsManager class to handle action memory and updates with configurable window sizes. * Refactored Model class hierarchy to support model resetting and memory management. * Added support for infinite and fixed-size windows with change detection via delta parameter. * Enhanced test coverage for adaptive windowing functionality across MAB variants.
- Loading branch information
1 parent
64913ef
commit a2781d7
Showing
15 changed files
with
2,185 additions
and
542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,3 +65,4 @@ MANIFEST | |
|
||
# poetry | ||
poetry.lock | ||
.qodo |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.