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

[Feature] Refactor Lazy SMP to take in different single process search functions #143

Open
KYLChiu opened this issue Apr 4, 2024 · 0 comments

Comments

@KYLChiu
Copy link
Owner

KYLChiu commented Apr 4, 2024

          As discussed offline PVS can also be parallelized but given we don't use LAZY_SMP at all for now, for a future task.

Originally posted by @KYLChiu in #141 (comment)

If we can refactor LAZY_SMP to take different search functions (PVS, negamax_sp), that would be great. All searcher classes should have _start_search_from_root somewhere, which can be called.

#141 - PVS is in process but the skeleton is here.

@KYLChiu KYLChiu changed the title As discussed offline PVS can also be parallelized but given we don't use LAZY_SMP at all for now, for a future task. [Feature] Refactor Lazy SMP to take in different single process search functions Apr 4, 2024
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