|
|
|
|
|
by shagie
1356 days ago
|
|
Intelligence is the ability to craft a more optimal solution than a brute force approach would take. In the domain of data compression, Kolmogorov complexity https://en.wikipedia.org/wiki/Kolmogorov_complexity is one of the approaches to try to measure that amount. |
|
Guess-and-check is literally just another name for backtracking algorithms. These do not work (for humans) without an adequate suite of rules that can be use to prune the search space.