Skip to content

[Rust] Parallelize simulations #1637

Open
@bugarela

Description

@bugarela

One simulation is independent of the other. It should be straightforward to run them in parallel. The goal would be to use multiple cores so users can check more samples in the same amount of time. We should be careful to not run all parallel instances with the same seed - there's no point checking the same sample more than once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    rustIssue related to the Rust part of the codebase

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions