Skip to content

Islolate important components of VJF run seeds #29

@Jonathan-Gould

Description

@Jonathan-Gould

In fitted_predictor_tuple, performance seems to depend independently on all three of these parameters/seeds. We should understand which are actually important.

predictor = VJF(latent_d=2, rng=np.random.default_rng(12))

bit_generator = np.random.PCG64()
bit_generator.state = {'bit_generator': 'PCG64', 'state': {'state': 281364121276374771136523600236232687944, 'inc': 141594020766391051164819261345714058667}, 'has_uint32': 0, 'uinteger': 0}
rng = np.random.Generator(bit_generator)

n_rotations = 500

Metadata

Metadata

Assignees

No one assigned

    Labels

    snifftestThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions