-
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 85aba1a
Showing
14 changed files
with
2,199 additions
and
589 deletions.
There are no files selected for viewing
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.