Facility layout objective function in GA Toolbox

I am developing a facility layout using the GA toolbox for 8 departments. My objective function is to minimise the total sum of the product of the facility proximity ratings and the centroidal distances of the facilities. The proximity ratings and centroidal distances are represented by 8x8 matrices. My question is how I can represent the objective function which contains a double summation.

댓글 수: 2

Is that element-by-element multiplication, or matrix multiplication?
Is the proximity rating table fixed and the centroid distances matrix is the input? Or are (x,y) coordinates for each faculty fixed and a trial (x,y) is what is input, and the objective function will calculate the centroid distances and do the multiplication by the fixed proximity ratings matrix and sum in order to get the "score" ?
Thank you for a quick response.
This is element by element multiplication, the proximity rating table is fixed and the centroid distance matrix is the input, according to the constraints of my mathematical model. I would like the GA to change the inputs in a way that will produce the least possible score which would mean a feasible facility layout.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 NaNs에 대해 자세히 알아보기

질문:

2014년 1월 22일

댓글:

2014년 1월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by