Abstract

This paper solves the problem of logistics node space relationship beyond expression based on computer vision technology, proposes internal layout optimization mathematical model of logistics node on the basis of overall consideration of function zone geometry shape, the optimal area utilization rate, and the minimum material handling cost, and then designs a highly mixed genetic simulated annealing algorithm based on multiagent to get layout solution. Through contrasting, the result has shown that the model and algorithms put forward in this paper can realize large-scale internal layout optimization of logistics node under the conditions of complex terrain and multiple constraints.

1. Introduction

Layout problem can be widely found in city planning, transportation, architectural design, machinery manufacturing, and other fields, with a high degree of complexity. Logistics node internal layout problem can be divided into discontinuous layout and continuous layout; when the function zone number is greater than 15, it has been proved that these two kinds of logistics node layout optimization belong to NP-hard [1]. As early as 1970s, there have been some computer algorithms and programs being applied to layout planning with remarkable effect [2, 3].

But on the whole, there are still some shortcomings on the research of layout programming of logistics node, affecting its theory and application values. Layout optimization of logistics node should take various aspects and detailed technical requirements into consideration; the present research usually considers a large amount of data as follows [4]: where expresses product, expresses quantity, expresses process route, expresses service and support, and expresses time. Research on layout problem is mostly confined in the rectangular function zone, and irregular function zones could be transformed into rectangular ones through various ways. For traditional layout method, selected region is taken as a “white paper,” without taking into consideration the internal geographic barriers and trunk road on the regional segmentation and also the requirements of activity relationship between the surrounding regions and interior regions. Moreover, most of the published researches on layout problem established objective function minimizing the logistics cost as follows: while they ignored function zone’s geometry shape, area utilization rate, and other factors. In general, the in-depth research on internal layout optimization of logistics node under the conditions of complex terrain and various constraint conditions is urgently necessary, because internal layout optimization problem of logistics node is characterized by complex terrain, being subject to various factors and multiple constraint conditions as well as the relationship between spatial form and location beyond expression. Based on the computer graphics and pattern recognition method, computer vision technology is introduced to express space relationship difficult to be expressed, and this paper takes function zone geometry shape, the optimal area utilization rate, and the minimum material handling cost into consideration so as to achieve the comprehensive facilities layout optimization of logistics node. This paper gets the initial solution by taking the advantage of construction algorithm in generating initial solution and carries on solution optimization by combining the ideas of improved algorithm and evolutionary algorithms [5, 6].

2. Model Formulation of Internal Layout Optimization of Logistics Node

2.1. Foundation of Mathematical Model

The internal layout programming of logistics node must be on the basis of topography and physiognomy of the selected location and determines the planar or spatial position of each part composing node. Still, according to the internal operation procedure, it ascertains the internal operation flow, on which basis, it plans the location and layout of each function unit.

In order to further expound the mathematical model of this problem, firstly assuming that the planning region is divided into grid unit with rows and columns (hereby supposing that the spacing requirements of each function zone have been considered the in required area of each function zone), namely, the total quantity of land use unit is . means the straight line distance between function zones and . kinds of function attribute types should be arranged. represents the function attribute type of cell , and is a quadratic variable. If the function attribute type of cell is , then its value is 1; otherwise it is 0. denotes the th kind of function type scale. shows the adjacent quantity sum of cell and cell . Function zone shape, dimension, and other factors are processed by introducing penalty function in the irregular degree, area ratio, and other parameters in following application of mode recognition.

There may be many programming objectives which should be abided by in the layout programming of logistics node. In this paper, objective function of the minimum logistics cost is adopted to formulate the following optimization model:

Of which, is the logistics cost of per unit good and unit distance between function zones and ; means the logistics capacity between function zones and ; donates the straight line distance of material handling between function zones and ; is the logistics cost of per unit good and unit distance between function zone and key control point ; represents the logistics capacity between function zone and key control point ; stands for the straight line distance of material handling between function zone and key control point ; is the logistics cost of per unit good and unit distance between function zone and key control line ; shows the logistics capacity between function zone and key control line ; means the straight line distance of material handling between function zone and key control line ; represents Manhattan distance of two cells and with function attribute as ; denotes Euclidean distance of cell with function attribute as and cell with function attribute as ; shows the cell set of one grid cell forbidding layout area; means the distance between cell and cell ; represents plot area; is a kind of measure of compact shape; is the quantity of function zone; is the quantity of key control point; is the quantity of key control line; is the minimum enclosure rectangle length of logistics node plot; is the minimum enclosure rectangle width of logistics node plot.

In the model, formula (2.1) means that in order to consider the logistics costs among each function zone and key control line as well as the minimum cost among each function zone and key control point, the constraint conditions (2.2)–(2.8) are, respectively, function zone scale, grid occupancy, adjacency, distance, direction, and shape compact constraint [7]. In addition, there may be other constraint conditions in the specific and practical problems, for example, the transverse and longitudinal distances between building and high voltage corridor, shape constraint of function zone, parallel constraint between function zone shape and main road, and so forth.

2.2. Graphical Representation of Model
2.2.1. Geometric Drawing Expression of Complex Land Plot

Before making function zone and facility layout by using computer tools, firstly it needs to transfer planning area into data format. Three kinds of commonly used polygon representation methods are vertex sequence method, isometric scanning method, and grid fitting method. In this paper, with an eye to the diversity of function zone form, isometric scanning method is adopted to denote the complex land plot shape of logistics node. Simultaneously, in order to simplify the analysis, vertex sequence chain code (Freeman chain code) is used to conduct the form analysis on function zone configuration. As for the fixed (existed) function zone, in the process of algorithm optimization, the functional attributes of corresponding pane of function zone are set as nonchangeable, namely, realizing the retention to the fixed (existed) function zone. For example, the planning area is divided into grid diagram with panes; red area is planning scope, while gray area is the planned and constructed road in the region, as illustrated in Figure 1.

2.2.2. Expression of Function Zone Shape and Constraint Conditions

By borrowing computer vision and pattern recognition methods, this paper identifies and restricts the function zone shape and size. In computer vision and pattern recognition, shape is the representation of binary image to target range, which can be regarded as target contour. In the spatial programming problem of logistics node, two kinds of spatial units can be taken as decision variable: for “natural” plot segmented by road and regular grid cell segmented by regular grid, on the basis of advantages and disadvantages of both sides, different scholars took varied spatial cells as decision variable [811]. On combination of both, this paper picks regular grid cell as spatial decision variable and adopts Freeman chain code to describe the shape and spatial information of each function zone. And the function zone shape and constraint were given by introducing irregularity degree and the minimum bounding rectangle.

Description on Function Zone and Representation of Grid Vertex Chain Code
As for functional zone shape, this paper borrows ideas from Bribiesca who proposed the method of marking image by boundary pixel vertex [12]. Chain code is a kind of coding representation method to boundary points, which is characterized by a series of connected tangential paths with specified length and direction are used to represent the target boundary. As every tangential path has the fixed length and limited quantity, only should the starting point of boundary be indicated by coordinates [13]. This paper adopts Freeman chain code with eight orientations to remark the shape of each function zone. Boundary chain code of function zone can be expressed as , where means the starting grid coordinate on the boundary of function zone, and is the eight-orientation chain code of function zone. The boundary chain code of a function zone can be illustrated as Among which, is regional boundary length (i.e., circumference).
For the acquisition of detailed information of Freeman chain code, please refer to the literature [14], and for the boundary straightness detection of function zone, please see the literature [15].

Regularity Degree of Regional Boundary
Based on the eight-orientation chain code above, a function zone could be indicated as In the formula, is regional boundary length (i.e., circumference). Regularity degree could be used to denote the degree of boundary regularity: In the formula, means the boundary of the segmented region, and is the operator of regularity degree.
To get regularity degree of region is to obtain that of regional boundary. is the known boundary chain code, which could be used to convert bidimensional region to one-dimensional function, setting of which when , let .
Thuswise, regularity degree could be expressed as Setting one-dimensional function , firstly define The equalizing value of function is As thus, regularity degree could be denoted as Then comprehensive regularity degree could be illustrated as where , indicate the weights of and .

The Minimum Bounding Rectangle, Area Ratio, Macroaxis, and Minor Axis of Function Zone
Under the condition of considering area ratio constraints, it is of extreme importance for improving land utilization rate if taking the own shape feature of function zone with irregular shape into full consideration and choosing the minimum bounding rectangle for layout. No minimum bounding rectangle exists at concave vertex. So when a vertex is determined as concave vertex, it should be eliminated by the way of connecting its adjacent points and then reconducting vertex numbering. And the operation is repeated till all of vertexes are concave vertexes. For the detailed solving steps of the minimum bounding rectangle, please refer to the literature [16].
It is defined that the area ratio of function zone is the minimum bounding rectangle area divided by its actual area. It is expressed as the following formula: In the formula, means area ratio of function zone , and denotes actual area of function zone , indicates the minimum bounding rectangle area of function zone .
Meanwhile, to define the long edge of the minimum bounding rectangle of function zone as macroaxis, state side length by ; to define the short edge of the minimum bounding rectangle of function zone as minor axis, state side length by .

Representation of Shape Features and Constraints of Function Zone
The shape of each function zone inside the logistics node often satisfies certain geometric conformation, such as common rectangular and circle. In production practice, besides resulting in investment waste, improper, oversized, and low efficiency used area of function zone also brings about management waste and inconvenience. Consequently, it is of necessity to adopt and introduce irregularity degree to improve the shape of irregular workshop and increase the area utilization rate of the construction. In order to make the function zone shape to satisfy the constraint, we borrow ideas from the regional characteristics of the shape, which could equally and effectively describe shape characteristics [17, 18]. This paper adopts the following typical characteristic value.

(A) Area
Function zone area is the percentage of function zone accounting for the total area of logistics node, reflecting the scale character of function zone

(B) Discrete Degree
Shape discrete degree is similar to the bounding box of function zone , reflecting the discrete level of this function zone grid relative to the center of function zone. Due to its statistical characteristics, it is obviously more robust than rectangular bounding box where expresses function zone , and is the scale of function zone .

(C) Eccentricity
Eccentricity is the ratio of minor axis and macroaxis of the most suitable ellipse of function zone, roughly reflecting the shape of function zone and possessing rotational invariance of which =.

Finally, the shape character of function zone can be expressed as . Shape character vector of logistics node containing function zones can be illustrated as , and shape similarity can be described as the combination of the three. Shape similarity is obtained by computation to measure satisfaction degree of constraint conditions of function zone logistics node. Supposing that there are function zone , area weighting , discrete degree weighting , and eccentricity weighting , then logistics node similarity is as follows:

In the formula, , , and are respectively, the optimal values of area, discrete degree and eccentricity of function zone; express the weights and .

It is defined that the shape similarity of logistics node is the weighted average of all function zone similarities in the logistics node:

Among which, is weighting of the th function zone, and is grid number of the th function zone. The higher the value, it illustrates that it is more consistent with the shape constraint conditions.

(D) Representation of Shape Constraint of Function Zone
For the shape and dimension constraint on each function zone, it is mainly divided into shape constraints and dimension constraints. This paper takes irregularity degree, area ratio, and other indicators as penalty function to conduct constraint on the shape of each function zone.
The condition of only including shape constraints mainly refers to rectangular, and over here, shape constraints are added into the fitness function:
As for the condition of containing both shape and dimension constraints, set as length constraint of function zone and as the width constraint. And over here, shape constraints are added into the fitness function:

Representation of Distance between Function Zones
Regarding to the internal layout optimization problem of logistics node, this paper uses three kinds of distances for distance computation, including distance, distance, and Euclidean distance. distance is mainly applied to the computation of logistics handling distance between function zones, and distance is used for the correction strategies of shape concentration ratio and regularity degree of function zone, while Euclidean distance is applicable to the computation of grid attractor (repeller) of this function zone. Three kinds of distance computation formulas are as follows: where, and express the gravity centre of function zones and .

Introduction of Dynamic Attractor (Repeller)
Quantization processing is conducted to the allocation space of function zone. By means of mapping the action of , it is converted into a comparable value so as to determine the feasibility of the current locating place and its superiority and inferiority [19, 20]. It locates some attractive points, attractive lines (attractors) or rejection points, rejection lines (repellers) in the layout space to make function zone approach to or stay away from attractive point due to the attraction or rejection when doing layout. Accordingly, the effect of layout optimization is achieved [21]: is the overall positioning function, and is the positioning function concerning each attractor (repeller). is the quantity of attractor (repeller), is the quantity of function zone waiting for layout. direction is horizontal direction, and direction is vertical direction.
means the base point’s coordinate of function zone waiting for layout.
represents the coordinates of layout attractor (repeller), which could be taken as a certain key control point and or key control line of layout space. If taking key control point, it usually chooses the logistics node exit and entrance, transportation hub, and so fotrh. of layout space; if taking key control line, it can choose significant transportation channel based on the practical requirements.
states weighting factor, . Weighting factor can be selected according to the importance of constraint conditions with various directions in the layout.
means weighting factor, . is determined by its role played in the layout of each attractor (repeller). It indicates attractor if weighting factor is a positive value, and conversely, it is repeller.
Located evaluation function is as follows:
The above-mentioned evaluation function is proposed on the combination of the features of layout problem and on the basis of heuristic method. In this paper, the located evaluation function is to make the minimum distance between function zone and the fixed attractor in the layout space or to make the maximum distance between function zone and the fixed repeller in the layout space. During the layout process, function zones cannot interfere with each other, and they should also be located in the programming space. Attractor (repeller) location falls into the categories of static and dynamic modes. The location mode of static attractor (repeller) means that the value of the location of attractor (repeller) of each weighting factor remains unchanged in the layout, while dynamic attractor (repeller) varies with the change of layout conditions.

This paper solves algorithm and dynamic location rules based on the heuristic layout of dynamic attractor. And the combinations of corresponding layout strategy with the application of attractor (repeller) will simplify algorithm, reduce complexity, and facilitate popularization and application so as to make function zone location more reasonable [20].

Translation, Scaling, and Rotation of Function Zone
Because the layout problem of function zone is very complicated, it is necessary to make large scale of moving, rotation, interference inspection, and other operations so as to obtain better layout results. In the paper, by borrowing ideas from image analysis and image recognition methods, the following formula is adopted for the scaling, translation, and rotation of function zone: Of which, rotation angle takes three conditions of , , and .

3. Solving Algorithm and Computer Realization

This paper adopts CORELAP, CRAFT, ALDEP, MULTIPLE, and other classic facility layout programming methods to get the initial solution group. When the initial solution is generated, the graphical description is only rough, the land plot is divided into less than 100 grids, and a simple description to their relationship is made. After the initial solution is generated, it is converted into more sophisticated network representation, on the basis of which, the solution is further optimized.

Due to the complicated land conditions, high difficulty in logistics node internal layout, and multiple constraint conditions, it needs to take a very long time to get layout solution. For this kind of problem, the heuristic method is a suitable way of solving problem. On the basis of highly mixed genetic simulated annealing algorithm (GA-SA) based on multiagent, which combines multiagent technology, genetic algorithm, and simulated annealing algorithm, and that evolutionary operations are made of three-layer agent operations in the algorithm, this paper makes solution optimization to the initial solution [3]. And real number coding is applied to internal layout problem, namely that individual genotype is , and stands for the total function zone quantity, here 1 represents the first function zone, and the rest could be increased by analogy. Evolutionary operations are made of three-layer agent operations in the algorithm for algorithm improvement as follows.

Global Agent Operation
(A) Selecting Operation
This paper adopts common roulette method to select high-fitness chromosome.

(B) Global Coordination Operation
Based on the layout situation of the whole logistics node, global agent coordinates the location relationship between each function zone and transmits the coordination information to function zone agent, including the coordination and adjustment to the location relationship among each function zone inside the logistics node, such as conducting the location exchange between two even more function zone agents. For more detailed information, it can refer to CRAFT and MULTIPLE to determine the location adjustment operation among function zone agents.

Function Zone Agent Operation
(A) Interlace Operation of Function Zone Agent
The commonly used interlaces contain single-point interlace, double-point interlace, multiple-point interlace, uniform interlace, and so on. According to the actual situation of the internal layout of logistics node, here single-point interlace is adopted, and interlace is conducted at the location attribute of function zone agent.

(B) Adjustment Operation of Function Zone Agent
Each function zone agent of every chromosome could choose the whole optimization strategy of its own function zone, for instance, the whole movement, rotation, centralization, and other operations, which will be conveyed to grid agent. Function zone agent conducts movement operation based on its location and operation relationship with other function zone agents. When the grid agent of function zone is too dispersive or disordered, the attractor of this function zone agent could be enlarged to conduct centralization operation so as to make each function zone agent meet shape compact constraint.

Grid Agent
(A) Mutation Operation
Mutation operation takes grid agent exchange mutation, namely, it randomly selects a grid and exchanges it with the neighborhood grid. And attention should be paid to whether the adjacent function zones are connected during the mutation. Meanwhile, considering that it may generate irrational individual in the mutation or other operations, here the above-mentioned attractor (repeller) will be used for correction.

4. Case Study

In the paper, case analysis is conducted by internal layout optimization of logistics node with a dimension of . Related function zone is shown in Table 1. The from-to table between function zones is illustrated in Table 2, and the attributes of key control point and key control line related to each function zone of logistics node as well as its logistics links to each function zone are shown in Tables 3, 4, 5, and 6. ALDEP and MULTIPLE methods are applied to generate initial solutions, among which, the generated optimal solutions are, respectively, shown in Figures 2 and 3. Simulation parameter settings on genetic simulated annealing algorithm are as follows: regional length and regional width are both 50, population scale is 50, maximum simulation algebra of simulated annealing algorithm (SA) and genetic algorithm (GA) are both 100. Agent operation parameters of genetic simulated annealing algorithm are as follows: global coordination operation probability of logistics node system agent is 0.05, crossover probability and shape adjustment (focus) operation probability of functional area agent are 0.6 and 0.5, respectively, and move probability and swap mutation probability of grid agent are both 0.05. And objective function variation curve in the optimization process is indicated in Figure 4, and the optimized solution is shown in Figure 5. Compared with the traditional facility layout programming methods, the objective function variation of the optimized solution is upgraded, and also it can solve the layout problem under the conditions of complex terrain and multiple constraints, while the traditional facility layout programming methods cannot. Based on the analysis on the above-mentioned example and the optimization solution results, what can be seen is the following.

The process of generating internal layout solution of logistics node is very complicated and time consuming. With the increase of problem scale, planner’s work will increase exponentially. On this condition, the advantage of automatically computer-aided generating layout solution will be more obvious. Internal layout planning problem of logistics node is a nonlinear, high-dimensionally large-scale optimization problem. On condition of the existing computation resources, traditional optimization algorithm cannot gain the optimal solution within limited time. It is appropriate to adopt the GA-SA based on multiagent. And the initial application results show that GA-SA generate internal layout solution of logistics node meets programming requirements. However, unless all of the planning objectives, actual constraint conditions, and other factors are taken into consideration, the methods built in this paper can only be taken as a kind of fast and simple optimization method at the early stage of decision-making process. And the programming solution generated can only provide reference for managers and planners.

The research thought and framework of layout optimization proposed in this paper cannot only be applied to the internal layout optimization problem of logistics node, but also other layout optimization problems in lots of fields like city planning, machinery manufacturing, and other fields. These problems are still always nonlinear and of high dimensionality. It is of great difficulty and complexity to deal with them by traditional optimization methods. As long as the programming objectives and actual constraint conditions are taken into reasonable consideration, it will be a good way to apply this thought and framework to the layout optimization of other fields.

5. Conclusions

Of course, this research is just preliminary, and further in-depth research is needed. More optimization constraint conditions and objectives should be taken into account so as to better meet the practical planning requirements. In the future, our work will pay attention to further improving algorithms or exploring new optimization algorithm to improve the computing efficiency by the combination with other optimization methods and algorithms. At the same time, it is necessary to develop an internal layout optimization auxiliary decision-making software platform of logistics node integrating various optimization tactics. Of course, the research thought and method established in the paper are also applicable to the layout optimization of other fields.

Acknowledgments

The paper was funded by the National Natural Science Foundation of China Projects nos. 51009060 and 50909042, Open Fund of the Key Laboratory of Highway Engineering (Changsha University of Science & Technology), Ministry of Education Projects nos. KFJ090101, and the Priority Academic Program Development of Jiangsu Higher Education Institutions Coastal Development Conservancy.