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 个评论
Walter Roberson
2014-1-22
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" ?
John Kandwe
2014-1-25
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 NaNs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!