mlpack / ensmallen

A header-only C++ library for numerical optimization --
http://ensmallen.org
Other
742 stars 120 forks source link

Rename `SCD` to `CD` #379

Closed rcurtin closed 1 year ago

rcurtin commented 1 year ago

This is a follow-up to #378. I renamed SCD, now calling it CD. SCD was retained as a deprecated name, and can be removed in ensmallen 3. I also noticed in the documentation that the GreedySCD typedef and other typedefs didn't exist---so I added them.