You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, selftest can take much time (especially for owlchess, which verifies all of its internal invariants, taking ~12 mins for testing). We need to parallelize it somehow. For example, split input boards between different threads.
The text was updated successfully, but these errors were encountered:
Currently, selftest can take much time (especially for
owlchess
, which verifies all of its internal invariants, taking ~12 mins for testing). We need to parallelize it somehow. For example, split input boards between different threads.The text was updated successfully, but these errors were encountered: