sgd icon indicating copy to clipboard operation
sgd copied to clipboard

add namespace sgd, and sub-namespace things

Open dustinvtran opened this issue 9 years ago • 2 comments

I like this approach to avoid names clashing during implementation. For instance (arbitrarily chosen), see Stan's approach as in the file https://github.com/stan-dev/stan/blob/develop/src/stan/mcmc/sample.hpp.

dustinvtran avatar Jun 25 '15 23:06 dustinvtran

you mean the namespaces?

ptoulis avatar Jun 26 '15 00:06 ptoulis

Yup, in the same way they have stan::mcmc::sample, we should have something such as sgd::glm_experiment.

We should also note use the arma namespace but :: into it.

dustinvtran avatar Jun 26 '15 17:06 dustinvtran