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

Some questions about the experimental. #3

Open
FelixHuiweiLin opened this issue Jul 29, 2020 · 2 comments
Open

Some questions about the experimental. #3

FelixHuiweiLin opened this issue Jul 29, 2020 · 2 comments

Comments

@FelixHuiweiLin
Copy link

1.How to calculate the global optimum p ∗ in the relative suboptimality plots and regret plots?
2.During your model training, do you use training data mini-batch or one by one?

@mmahesh
Copy link
Owner

mmahesh commented Jul 29, 2020

  1. You can run some known algorithm such as Newton method or LBFGS or Gradient Descent for a long time then obtain p*, if the problem is convex. You can then use that p* in relative suboptimality plots or regret plots. For nonconvex problems, as a heuristic you can use the least function value attained by any of the algorithms (if you use sufficiently large number of iterations).
  2. We used mini-batching in general, however, for regret plots we use one by one.

@FelixHuiweiLin
Copy link
Author

Thanks!

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

2 participants