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

[pyclustering] Ability to set the same seed for algorithms that uses random part #578

Closed
5 tasks done
annoviko opened this issue Jan 30, 2020 · 0 comments
Closed
5 tasks done
Assignees
Labels
Enhancement Tasks related to enhancement and development Proposal Tasks that have been proposed by users

Comments

@annoviko
Copy link
Owner

annoviko commented Jan 30, 2020

Introduction
There are several request to make it possible to have an option to specify random seed just to make it possible to perform scientific experiments in the same conditions.

Description

  • Design a mechanism to control seed for every algorithm, method, model.
  • Implement the mechanism for the python implementation .
  • Implement the mechanism for the C/C++ implementation.
  • Update all most popular algorithms, methods, models where random functions are used in the python implementation.
  • Update all most popular algorithms, methods, models where random functions are used in the C/C++ implementation.

Links

@annoviko annoviko added Enhancement Tasks related to enhancement and development Proposal Tasks that have been proposed by users labels Jan 30, 2020
@annoviko annoviko self-assigned this Jan 30, 2020
@annoviko annoviko moved this from To do to In progress in 0.10.0 Feature Development May 26, 2020
annoviko added a commit that referenced this issue May 27, 2020
annoviko added a commit that referenced this issue Jun 15, 2020
0.10.0 Feature Development automation moved this from In progress to Done Jun 15, 2020
annoviko added a commit that referenced this issue Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Tasks related to enhancement and development Proposal Tasks that have been proposed by users
Projects
No open projects
Development

No branches or pull requests

1 participant