Parallel Programming With Recursive Functions?

后端 未结 3 1493
迷失自我
迷失自我 2021-02-02 00:02

Background of the Problem: I\'m trying to write a puzzle solution algorithm that takes advantage of multi-core processors and parallel processing. However, the ideal/easiest s

3条回答
  •  暖寄归人
    2021-02-02 00:30

    you could use monte carlo and run them parallely. add some randomness in term of selection of piece to get based on constraints.

提交回复
热议问题