EpistasisLab/tpot2

Forgot to instantiate the rng.

Opened this issue · 2 comments

this is technically not needed since it is handled by the gradual_hyperparameter_update function where the rng is used. but we could just have an extra check for clarity?

That's a good point, we don't need to instantiate the rng in the mutation function since we don't do anything with it!