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

Make it possible to thread the classification of solutions #130

Merged
merged 2 commits into from
Dec 27, 2023

Conversation

oameye
Copy link
Member

@oameye oameye commented Dec 6, 2023

When classifying the solutions of 4 parametrons (81 stable branches), it takes one hour to complete on one thread. Instead, now the loop inside the classification function will be threaded to speed up the process.

Resolves #86

@jkosata
Copy link
Member

jkosata commented Dec 27, 2023

Works fine but I see the problem here is get_single_solution. Constructing a whole dictionary to feed to the classifying function is just really really slow.

@jkosata jkosata merged commit a68bb54 into master Dec 27, 2023
2 checks passed
@jkosata jkosata deleted the thread_classifying branch December 27, 2023 17:47
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

Successfully merging this pull request may close these issues.

classify_solutions slow for custom functions
2 participants