Skip to content

Rethink Class Decorator Approach #13

@danielkelshaw

Description

@danielkelshaw

In the initial development of this code I was experimenting with the use of class decorators to add functionality, namely the concrete_regulariser. Coming back to this code several months later I realise that, although this works, it is not the nicest way of implementing a solution.

I would like to rework my implementation of the regularisation by making a base-class which accounts for the implementation, rather than requiring the user to wrap their model implementation with a pre-defined decorator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions