资源列表
[Windows编程] dyeDynamicprogramming
说明:Dynamic programming. Break up a problem into a series of overlapping sub-problems, and build up solutions to larger and larger sub-problems<supercat188> 在 2008-10-13 上传 | 大小:319.97kb | 下载:0
[Windows编程] dye-Divide-and-conquer
说明:Divide: the problem into a number of subproblems that are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward. Combine:<supercat188> 在 2008-10-13 上传 | 大小:273.14kb | 下载:0
[Windows编程] dye-local-search
说明:Local search. Algorithm that explores the space of possible solutions in sequential fashion, moving from a current solution to a \"nearby\" one. Neighbor relation. Let S S be a neighbor relation for the problem. Gradient descent. Le<supercat188> 在 2008-10-13 上传 | 大小:204.57kb | 下载:0