|
-
January 19th, 2004, 04:38 PM
#1
Dynamic Programming
I am trying to find a code for dynamic programming. Does anyone know where I might find one? Thank you!
-
January 19th, 2004, 07:51 PM
#2
Do you mean meta-programming or polymorphism?
-
January 20th, 2004, 12:38 AM
#3
Re: Dynamic Programming
Originally posted by sjkim23
I am trying to find a code for dynamic programming. Does anyone know where I might find one? Thank you!
Do you mean sothing that is not a static ?
Regards,
homestead
-
January 20th, 2004, 03:29 AM
#4
Perhaps you mean the part of "Operation Research" subject.
-
January 20th, 2004, 10:00 AM
#5
Is it a floor wax and a dessert topping?
-
January 20th, 2004, 03:08 PM
#6
Re: Dynamic Programming
Originally posted by sjkim23
I am trying to find a code for dynamic programming. Does anyone know where I might find one? Thank you!
I love vague questions. Really I do, keep posting them so that we cannot answer them.
-
January 20th, 2004, 08:09 PM
#7
C'mon guys, stop teasing our new friend. You are scaring him off.
-
January 21st, 2004, 11:49 PM
#8
Originally posted by Kheun
C'mon guys, stop teasing our new friend. You are scaring him off.
Then why not provide an answer instead of criticizing others for not providing an answer? Of course, unless you are psychic, you are unlikley to be able to answer the question.
-
January 22nd, 2004, 10:51 AM
#9
Dynamic programming is a technique that is used to solve some polynomial time problems by saving previous information instead of recomputing it. AvDav was correct - it belongs originally to the field of operations research, and 'programming' doesn't refer to computer programming. See http://www.nist.gov/dads/HTML/dynamicprog.html for a definition.
To answer the OP question, you can find a number of good sources by searching Google for 'dynamic programming'. Here's one:
http://mat.gsia.cmu.edu/classes/dynamic/dynamic.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|