Skip to content

Uniform weight names in minimal initializers #277

Open
@MartinuzziFrancesco

Description

@MartinuzziFrancesco

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:

  1. For simple inits like simple_cycle we just have weight as a kwarg
  2. For inits with more complex structures like cycle_jumps the kwarg for the same structure is cycle_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

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingbreaking changesinitsinitializers for internal matrices

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions