Skip to content

Parallel Data Collection problem #251

Answered by AntoinePrv
dxyzx0 asked this question in Questions
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dxyzx0
Comment options

Answer selected by dxyzx0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants