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

Tensor Train optimizer random seeding should be done differently #35

Open
VolodyaCO opened this issue Jun 14, 2023 · 0 comments
Open

Tensor Train optimizer random seeding should be done differently #35

VolodyaCO opened this issue Jun 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@VolodyaCO
Copy link
Contributor

Is your feature request related to a problem? If so, please describe it.

Currently, for random seeding ttopt, we set the global numpy random seed, which is a bad practice.

How you envision the solution

Instead, we might want to seed the minimization process through the trick explained in AndreiChertkov/ttopt#1

@VolodyaCO VolodyaCO added the enhancement New feature or request label Jun 14, 2023
@VolodyaCO VolodyaCO self-assigned this Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant