Parallel Data Collection problem #251
-
Beta Was this translation helpful? Give feedback.
Answered by
AntoinePrv
Sep 27, 2021
Replies: 1 comment 1 reply
-
Hi @DingXiangYuanZhiXing Indeed |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dxyzx0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @DingXiangYuanZhiXing
Indeed
multiprocessing
requires pickle support, which is not fully supported by Ecole.You can use the
threading
, which should not be (too) affected by the GIL, given that it is released during computationally intensive C/C++ functions calls.