Skip to content

Instantly share code, notes, and snippets.

@zoq
Created March 2, 2017 01:50
Show Gist options
  • Save zoq/8bbc417c80db45d8b720db5a40604911 to your computer and use it in GitHub Desktop.
Save zoq/8bbc417c80db45d8b720db5a40604911 to your computer and use it in GitHub Desktop.
overloading
Optimizer(const double param1, const double param2, const double param3 = 0.2)
Optimizer(const double param1, const double param2)
@yukiiwu
Copy link

yukiiwu commented Mar 2, 2017

8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment