-
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.
Refactor MO and CC and define matching cMABs
### Changes: * Introduced `ModelMO` and `ModelCC` classes for multi-objective and cost control modeling. * Updated `BaseMab` to support `ModelMO` and `ModelCC`. * Added `BaseCmabBernoulliMO`, `CmabBernoulliMO`, and `CmabBernoulliMOCC` for multi-objective CMAB. * Edited `BaseSmabBernoulliMO`, `SmabBernoulliMO`, and `SmabBernoulliMOCC` for multi-objective SMAB. * Enhanced validation and utility functions to handle multi-objective models. * Updated documentation to reflect new multi-objective capabilities.
- Loading branch information
1 parent
cddda5c
commit 069bd42
Showing
12 changed files
with
1,176 additions
and
312 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
Oops, something went wrong.