What is the difference between a heuristic and an algorithm?

后端 未结 12 843
说谎
说谎 2021-01-29 17:25

What is the difference between a heuristic and an algorithm?

12条回答
  •  死守一世寂寞
    2021-01-29 18:24

    An Algorithm is a clearly defined set of instructions to solve a problem, Heuristics involve utilising an approach of learning and discovery to reach a solution.

    So, if you know how to solve a problem then use an algorithm. If you need to develop a solution then it's heuristics.

提交回复
热议问题