Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zooming quantitative bandit model #72

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

shaharbar1
Copy link
Collaborator

Changes:

  • Added quantitative model support for continuous action spaces using zooming algorithm.
  • Added base model classes to separate single/multi-objective and cost control models.
  • Refactored MAB classes to support both discrete and continuous action spaces.
  • Updated test suite with new test cases for quantitative models and refactored test suite for robustness.
  • Added serialization support for quantitative models.

@shaharbar1 shaharbar1 force-pushed the feature/zooming_quantitative_bandit branch 2 times, most recently from ff06dff to 7c92793 Compare January 29, 2025 16:22
@shaharbar1 shaharbar1 added the enhancement New feature or request label Jan 29, 2025
@shaharbar1 shaharbar1 force-pushed the feature/zooming_quantitative_bandit branch 20 times, most recently from 2193cb6 to 8e936d5 Compare February 4, 2025 18:57
 ### Changes:
 * Added quantitative model support for continuous action spaces using zooming algorithm.
 * Added base model classes to separate single/multi-objective and cost control models.
 * Refactored MAB classes to support both discrete and continuous action spaces.
 * Updated test suite with new test cases for quantitative models and refactored test suite for robustness.
 * Added serialization support for quantitative models.
 * Removed redundant predict_actions_randomly from cMAB.
@shaharbar1 shaharbar1 force-pushed the feature/zooming_quantitative_bandit branch from 8e936d5 to 106ddce Compare February 11, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants