필터 지우기
필터 지우기

Shelf Space Optimization Routine

조회 수: 2 (최근 30일)
Peter Vella
Peter Vella 2020년 7월 4일
댓글: Peter Vella 2020년 7월 6일
From where do I start, given a number of paint tins of different heights and diameters I need to maximise the number of tins in a given shelf space with given length, breadth and height?
An optimization problem ...
Thanks
  댓글 수: 4
John D'Errico
John D'Errico 2020년 7월 4일
Start by deciding what you need to optimize. What do you want to solve? This is not even close to being a MATLAB problem. Not until you understand the mathematics does anything really become a programming problem. What shape are the tins? Circular cans, so right circular cylinders with varying radii and heights? Rectangular, in some shapes? Are the shapes and sizes known in advance, or are they random from some distribution?
You might want to read about packing problems. Perhaps the knapsack problem. Perhaps circle packing might be appropriate. You could also read about the cutting stock problem. We don't know, becaue you have said nothing about the shape of the objects you will be packing. But don't bother trying to write code to do anything at all, until you know what you need to solve.
And no. We won't write your code for you, in case that is where you might be going. I will point out that all of the named problems of this form are difficult to solve.
You do need to do some reading however.
Peter Vella
Peter Vella 2020년 7월 6일
Dear John,
Thanks for the guidance. That's all I needed - Some starter guidance ... I am aware of the areas you noted and will do the necessary reading.
I was definately not after someone trying to write the code for me.
Thanks Again & Good Day

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Particle Swarm에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by