Research Article
Multiobjective Differential Evolution with Discrete Elite Guide in Internet of Vehicles Roadside Unit Deployment
Algorithm 2
Calculating the RSU deployment objective function value.
| # N, individual dimension; , covering the number of intersections; , the distance from intersection to. | | Input: Individual | | Output: , The object function value is the number of RSU deployment and the number of intersections coverage rate | | 1 | | 2 ; | | 3 if | | 4 ; | | 5 ; | | 6 for | | 7 if | | 8 ; | | 9 end if | | 10 end for | | 11 end if | | 12 ; | | 13 ; | | 14 ; | | 15 Output objective function value |
|