-
Notifications
You must be signed in to change notification settings - Fork 51
Add multidimensional knapsack problem #304
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 multidimensional knapsack problem #304
Conversation
2b6dc35 to
4c8ccfe
Compare
|
|
||
| The mathematical formulation is: | ||
|
|
||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LaTeX expressions can be used with $inline expr$ and $$block expr$$ on OptunaHub.
Example:
| title: Multi-dimensional Knapsack Problem | ||
| description: The multi-dimensional knapsack problem is a combinatorial optimization problem that generalizes the classic knapsack problem to multiple dimensions. | ||
| tags: [benchmark, discrete optimization, combinatorial optimization, real world problem] | ||
| optuna_versions: [4.1.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you use an older version of Optuna? If you used the latest, this should be [4.5.0].
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
y0z
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Contributor Agreements
Please read the contributor agreements and if you agree, please click the checkbox below.
Tip
Please follow the Quick TODO list to smoothly merge your PR.
Motivation
Description of the changes
TODO List towards PR Merge
Please remove this section if this PR is not an addition of a new package.
Otherwise, please check the following TODO list:
./template/to create your package<COPYRIGHT HOLDER>inLICENSEof your package with your nameREADME.mdin your package__init__.pyfrom __future__ import annotationsat the head of any Python files that include typing to support older Python versionsREADME.mdREADME.md