Skip to content

Support for properties (e.g. isconvex) #24

@Evizero

Description

@Evizero

While not the most fun task, this could be a good next step.

Something like the following:

isdifferentiable(::L1Penalty) = false
isdifferentiable(::L1Penalty, at) = at != 0
isconvex(::L1Penalty) = true
isstrictlyconvex(::L1Penalty) = false
isstronglyconvex(::L1Penalty) = false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions