Hi,
I can't understand the meaning of this function,m_env.calcIndex(startState);
In addition, in "isSolution" function, why should judge this condition : if (goal_distance > 3 * (Constants::LB + Constants::LF)), and how is the number 3 determined? I tried the numbers 1 and 5, and the efficiency will be much slower.
Thanks.
Hi,
I can't understand the meaning of this function,m_env.calcIndex(startState);
In addition, in "isSolution" function, why should judge this condition : if (goal_distance > 3 * (Constants::LB + Constants::LF)), and how is the number 3 determined? I tried the numbers 1 and 5, and the efficiency will be much slower.
Thanks.