Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

number of restarts arguments in GradientDescentParameters #71

Open
shalijiang opened this issue Apr 5, 2019 · 0 comments
Open

number of restarts arguments in GradientDescentParameters #71

shalijiang opened this issue Apr 5, 2019 · 0 comments

Comments

@shalijiang
Copy link

in struct GradientDescentParameters of moe/optimal_learning/cpp/gpp_optimizer_parameters.hpp, there are two parameter num_multistarts and max_num_restarts, how are they different?

108   //! number of initial guesses to try in multistarted gradient descent (suggest: a few hundred)
109   int num_multistarts;
110   //! maximum number of gradient descent iterations per restart (suggest: 200-1000)
111   int max_num_steps;
112   //! maximum number of gradient descent restarts, the we are allowed to call gradient descent.  Should be >= 2 as a minimum (suggest: 4-20)
113   int max_num_restarts;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant