Open
Description
This is a breaking change, but I think that the *weight
names in the minimal initializers should be uniformed.
At the moment we have two distinct approaches co-living:
- For simple inits like
simple_cycle
we just haveweight
as a kwarg - For inits with more complex structures like
cycle_jumps
the kwarg for the same structure iscycle_weight
.
I think the second approach scales better and should be the goto, given that it could be possible to iterate over them using ie gridsearch in a much simpler way