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.