Skip to content

Implement jsonification of rng seed for sampler_config #224

Open
@michaelraczycki

Description

@michaelraczycki

So far rng seed cannot be passed to sampler_config, because json supports only primitive datatypes like integer, float etc.
Potential solutions to this is to create a helper function that will be triggered during load, and pass the integer (or whatever was used to generate the original seed) to rng.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions