Clarity comments on Rationality Quotes Thread September 2015 - Less Wrong

3 Post author: elharo 02 September 2015 09:25AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (482)

Sort By: Controversial

You are viewing a single comment's thread.

Comment author: Clarity 03 September 2015 01:27:54PM 3 points [-]

In computer science, a problem is said to have optimal substructure if an optimal solution can be constructed efficiently from optimal solutions of its subproblems. This property is used to determine the usefulness of dynamic programming and greedy algorithms for a problem.[1]

Typically, a greedy algorithm is used to solve a problem with optimal substructure if it can be proved by induction that this is optimal at each step.[1] Otherwise, provided the problem exhibits overlapping subproblems as well, dynamic programming is used. If there are no appropriate greedy algorithms and the problem fails to exhibit overlapping subproblems, often a lengthy but straightforward search of the solution space is the best alternative

wiki: optimal substructure.

Comment author: 50lbsofstorkmeat 25 September 2015 02:28:14PM *  5 points [-]

As you've posted eight quotes this month, I'm downvoting your three worst quotes. The rule against posting too many quotes is there for a reason.

Comment author: Clarity 01 October 2015 01:21:19AM 0 points [-]

That is just. Thank you for bringing this indiscretion to my attention.