- Everything is optimization. Problem solving = Representation->evaluation->optimization.
- The solution is continuous or discrete ?
- If discrete, could brute-force or branching be a choice ?
- The environment has uncertainty ?
- The problem can be divided and conquer ?
- The problem can be solved recursively ?
- Can we trade time(space) with space(time) ?
- About artificial intelligence : 机器学习五大流派(https://cloud.tencent.com/developer/article/1053989)
相关文章: