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

Recompute learning rates depending on mu #285

Open
nikohansen opened this issue Dec 19, 2024 · 0 comments
Open

Recompute learning rates depending on mu #285

nikohansen opened this issue Dec 19, 2024 · 0 comments

Comments

@nikohansen
Copy link
Contributor

Ideally, the code should "adapt" to varying $\mu$. For example, when we only find a few feasible solutions, or when we inject a feasible solution to guide the search, we may want to be able to make a "premature" update that still works without, say, losing eigenvalues in the covariance matrix.

This means that tell should recompute the internal parameters when necessary, possibly based on an optional input argument $\mu$.

Next steps:

  • review and specify the input to be used ($\mu$, len(solutions)) and the settings to be done
  • review and list the code/places which need to be changed

See also issue #7.

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

No branches or pull requests

1 participant