Skip to content

Number of hyperparameters #13

@glatam

Description

@glatam

start_vector = np.repeat(0, d + thetaOffset)

This gives an error if the number of hyperparameters that require estimation exceeds the number of dimensions (d). I think this might be an easy fix:

h=0
for dic in hyper_param:
h+=len(dic)

start_vector = np.repeat(1, h + thetaOffset)

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