| Algorithm 1: OMCT |
|
Input: measured RSSI channel frequency f, anchor node coordinates u
|
|
Output: optimal target node coordinates
|
| 1. Set the parameters of MOEA |
| 2. Initialize AKF |
| 3. Utilize AKF to filter and acquire filtered RSSI
|
| 4. Compute signal wavelength based on f
|
| 5. Generate N decision vectors by MOEA |
| 6.
|
| 7.
|
| 8. while
do
|
| 9. Calculate N g1 according to , and
|
| 10. Compute N corresponding g2 via ,
|
| 11. Produce new N
by MOEA based on g1 and g2
|
| 12.
|
| 13. end while
|
| 14. Select r of first in Pareto front with ascending g1 as
|
| 15. return
|