Tell me more ×
Computational Science Stack Exchange is a question and answer site for scientists using computers to solve scientific problems. It's 100% free, no registration required.

do you have a reference to some existing implementation of 1D and 2D COW algorithm

preferred C++ > Python > Matlab > C or others?

Or do you have reference to very detailled algorithm? I have read through this

http://courseware.eduwest.com/courseware/0067/content/ziyuan/qianyan/002/06/0002/10.pdf

already, but implementation of optimization for 1D COW is not very precise, and 2D COW is based on 1D COW.

Algorithm used for 1D COW is backward dynamic programming. Do you have solid reference for this set of methods?

Thanks and regards.

share|improve this question
1  
Hi dlib. Welcome to Scicomp! I noticed that you cross-posted the same question on stackoverflow (stackoverflow.com/questions/11628328/…). We strongly discourage cross-posting the same question on multiple sites. We ask that you either delete one of your two postings or modify your question such that it is qualitatively different from the other posting. – Paul Jul 25 '12 at 17:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.