Skip to content

Comment on Algorithm to gauge how likely a CEO was ousted or faced pressure to step downparent

Comments

That is certainly one definition and use case of heuristics.

Another example might be the travelling salesman problem, where we know how to calculate the exact solution for every instance, but it is prohibitively expensive (unless P=NP). There are a number of heuristics that "can find solutions for extremely large problems (millions of cities) within a reasonable time which are with a high probability just 2–3% away from the optimal solution" (Source: https://en.wikipedia.org/wiki/Travelling_salesman_problem)

In that case, you can always come up with a solution, it's just not always the best solution.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.