verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
manthan has quit [Ping timeout: 260 seconds]
luffy1996 has joined #mlpack
< luffy1996>
zoq: rcurtin: I was looking into this pull request https://github.com/mlpack/mlpack/pull/1091 particularly. After going through the entire conversation I understood few things,
< luffy1996>
1) Using shared_ptr is not suitable for mlpack because it might introduce ownership issues for an object. More over since its a new feature you are a bit resistant so as to keep mlpack simple.
< luffy1996>
2) Implementing Alias layer turns out to be a tedious task. Shangtong's comment https://github.com/mlpack/mlpack/pull/1091#issuecomment-325085194 give me an idea how to proceed with this. However I am still not clear is it really required to make a new alias class. I see parameters like an object whose values can be altered with pointers.