Skip to main content
. 2020 Aug 10;20(16):4457. doi: 10.3390/s20164457
Algorithm 3 T-MM underwater acoustic-based location algorithm.
Input: Set the initial point x0 by Algorithm 2 and the parameter η. And calculate distance di by Equation (7) mentioned in Section 4.
Output: xt
Steps:
1: Set the number of iterations tmax;
2: Set t=0;
3: if ttmax;
4:  if f(xt)η
5:   Go to step 9;
6:  else if
7:   update xt as (24);
8:   t=t+1;
9: end if