This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Iterated Double Dynamic Programming Using Java. (Help Needed Urgently!)

I have a project on Double Dynamic Programming. I am suppose to use Superposition and Dynamic Programming together, but I don't know how to go about doing it. Can someone help me get started? I don't really understand the notes I got from websites. It's a bit too difficult to digest what they mean. Can someone explain to me in layman terms.

I need to write JAVA codes for this programming. Thank you!

algorithm java

Great find Giovanni, you should put this as an answer!

I agree, it's a great reference document !

thank you, but maybe the OP is already aware about that resource... it was the first entry on google for 'double dynamic programming superposition' :-)

Hi there. Thank you people. I have found that link too. But I don't know how to go about doing it. ): I don't know where should I start from.

1 answer

I'm going to post Giovanni's comment here so that the question does not look like it was not answered:

The following resource seems to be what you are looking for: http://dna.cs.byu.edu/DrugDockCapstone/pathway/chapter9.pdf

Hi there. Thank you people. I have found that link too. But I don't know how to go about doing it. ): I don't know where should I start from.

I think it is fair to say that this is pretty difficult algorithm to implement. It is probably not clear to us what your skills and preparations are. For example could you easily write a code that transforms a structure (translates and rotates) and then computes the RMDS? If the answer is yes then do this then follow the pseudocode. If the answer is no then I think the problem might be too difficult for your current level of preparation.

Log in to answer this question.