Skip to main content
. 2022 Feb 28;22(5):1894. doi: 10.3390/s22051894
Algorithm 1 Selection of the updating operator.
Generate pU(0,1)
if p<0.5 then
    Generate R0U(a,a) (Section 3.2.2)
    if |R0|<1 then
        Update agent with (7). (exploitation)
    else
        Update agent with (8). (exploration)
    end if
else
    Update agent with (9)
end if