Skip to content

Add Random Seed #3

Description

@Spill-Tea

Users should be able to define a random seed, used by the class On instantiation

Annealing Base Class should have an additional (user defined) argument, called "seed" which constructs a random generator on instantiation:

def __init__(self, seed: Optional[int] = None, ...):
    self.seed = np.random.default_rng(seed)

This seed will then need to be propagated to various associated methods.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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