Bin packing with variable bin sizes, initial state and “move penalty”?Keeping consistency in subjective...
How to chmod files that have a specific set of permissions
Effect of "wrong" driver with slightly long RS-485 stubs
Should we avoid writing fiction about historical events without extensive research?
Remove object from array based on array of some property of that object
Difference between 'stomach' and 'uterus'
How to mitigate "bandwagon attacking" from players?
Is there a full canon version of Tyrion's jackass/honeycomb joke?
Is there a way to find out the age of climbing ropes?
Label layer as symbol colors with QGIS 3
Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?
How do we objectively assess if a dialogue sounds unnatural or cringy?
Can a space-faring robot still function over a billion years?
Why should we still use form element in html?
Where is the fallacy here?
3.5% Interest Student Loan or use all of my savings on Tuition?
Are Wave equations equivalent to Maxwell equations?
Why are special aircraft used for the carriers in the United States Navy?
Why is it "take a leak?"
Did Amazon pay $0 in taxes last year?
Being asked to review a paper in conference one has submitted to
Why won't the strings command stop?
What kind of inflection is occuring in passive vb + かかった?
Script that counts quarters, dimes, nickels, and pennies
Misplaced tyre lever - alternatives?
Bin packing with variable bin sizes, initial state and “move penalty”?
Keeping consistency in subjective rankingAllocate items to an unknown number of resourcesCombinatorics and bin packingRandomized packing of itemsProbability of a number of weighted items being allocated to the same binEqual probabilities in each count in stars and bars$n$ distinguishable items into $b$ distinguishable bins (there's more to elaborate…)Knapsack or bin packing problem?Number of ways to assign $n$ objects into $k$ bins, each of a given sizeNP-hardness of bin packing problem for fixed bin size
$begingroup$
I'm dealing with a variation of the bin packing problem:
- Variable sized bins
- Variable number of bins
- Currently 1D, might become 2D
- There is a defined initial state - items have been already distributed to bins
- There is a penalty for each move of an item to another bin
- Goal: The number of used bins should be reduced as much as possible
I'm thinking this boils down to an combinatorics problem optimizing a target function with the number of used bins in the final state and the moves needed to reach that state, each appropriately weighted.
I didn't find any resource dealing with this particular problem. Especially the penalty seems an unknown variant.
Could you point me in the right direction, or give some advice?
Thanks,
Greg
combinatorics optimization
New contributor
$endgroup$
add a comment |
$begingroup$
I'm dealing with a variation of the bin packing problem:
- Variable sized bins
- Variable number of bins
- Currently 1D, might become 2D
- There is a defined initial state - items have been already distributed to bins
- There is a penalty for each move of an item to another bin
- Goal: The number of used bins should be reduced as much as possible
I'm thinking this boils down to an combinatorics problem optimizing a target function with the number of used bins in the final state and the moves needed to reach that state, each appropriately weighted.
I didn't find any resource dealing with this particular problem. Especially the penalty seems an unknown variant.
Could you point me in the right direction, or give some advice?
Thanks,
Greg
combinatorics optimization
New contributor
$endgroup$
add a comment |
$begingroup$
I'm dealing with a variation of the bin packing problem:
- Variable sized bins
- Variable number of bins
- Currently 1D, might become 2D
- There is a defined initial state - items have been already distributed to bins
- There is a penalty for each move of an item to another bin
- Goal: The number of used bins should be reduced as much as possible
I'm thinking this boils down to an combinatorics problem optimizing a target function with the number of used bins in the final state and the moves needed to reach that state, each appropriately weighted.
I didn't find any resource dealing with this particular problem. Especially the penalty seems an unknown variant.
Could you point me in the right direction, or give some advice?
Thanks,
Greg
combinatorics optimization
New contributor
$endgroup$
I'm dealing with a variation of the bin packing problem:
- Variable sized bins
- Variable number of bins
- Currently 1D, might become 2D
- There is a defined initial state - items have been already distributed to bins
- There is a penalty for each move of an item to another bin
- Goal: The number of used bins should be reduced as much as possible
I'm thinking this boils down to an combinatorics problem optimizing a target function with the number of used bins in the final state and the moves needed to reach that state, each appropriately weighted.
I didn't find any resource dealing with this particular problem. Especially the penalty seems an unknown variant.
Could you point me in the right direction, or give some advice?
Thanks,
Greg
combinatorics optimization
combinatorics optimization
New contributor
New contributor
New contributor
asked 5 hours ago
user3240855user3240855
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
user3240855 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3138636%2fbin-packing-with-variable-bin-sizes-initial-state-and-move-penalty%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
user3240855 is a new contributor. Be nice, and check out our Code of Conduct.
user3240855 is a new contributor. Be nice, and check out our Code of Conduct.
user3240855 is a new contributor. Be nice, and check out our Code of Conduct.
user3240855 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3138636%2fbin-packing-with-variable-bin-sizes-initial-state-and-move-penalty%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown