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
The arena now instantiate a new player for each engine.run() method call. As a consequence, it should be possible to use the parallel capabilities of Scala to support a parallel execution of each players.
However, the code should be analyzed to assess that no shared memory is used (initially it was the same Explorer instance that was running). Logs should also be adapted as for now they assume that the code is sequentially executed.
The text was updated successfully, but these errors were encountered:
The arena now instantiate a new player for each engine.run() method call. As a consequence, it should be possible to use the parallel capabilities of Scala to support a parallel execution of each players.
However, the code should be analyzed to assess that no shared memory is used (initially it was the same Explorer instance that was running). Logs should also be adapted as for now they assume that the code is sequentially executed.
The text was updated successfully, but these errors were encountered: