SciTech-BigDataAIML-Algorithm-Heuristic启发式
A *(Star) Algorithm(A星算法):
Loss Function: TotalCost="Past Cost + Predicative Cost"
Measurement
Euclidian Distance(欧几理得距离)
\(\large \begin{array}{rl} \\
EuDistance(Point_1, Point_2) &= \sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2} \\
where: & \\
Point_1 &= (x_1, y_1), \\
Point_2 &= (x_2, y_2), \\
\end{array}\)