it might be worth mentioning here that the reason greedy algorithms don’t generally find local maximums is because they’re “too short-sighted”, and are always focused on making the best possible short term decision, while failing to consider any long term implications.
so in that way the greedy algorithm is a pretty good description of many of our current problems
it might be worth mentioning here that the reason greedy algorithms don’t generally find local maximums is because they’re “too short-sighted”, and are always focused on making the best possible short term decision, while failing to consider any long term implications.
so in that way the greedy algorithm is a pretty good description of many of our current problems