Skip to content

Make behavior of sample_many_runs and sample_cle consistent #12

@manuelosos

Description

@manuelosos

Currently, the arguments of sample_many_runs and sample_cle are inconsistent.

  • sample_cle only takes a singular intital state as argument while sample_many_runs can take multiple.
  • sample_cle uses by default multiprocessing while sample_many_runs does not.
  • Arguments are named differently max_time in cle and t_max in sample_many_runs.
  • No option to provide a seed in sample_cle
  • sample_cle numba compilation is not cached.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions