Skip to content

Question about one line of the implementation #5

Description

@Gabrielflh

Hello,

Thank you for posting this code.

I have a doubt regarding this line of code : (line 71 of MHP.py)
Istar = np.sum(lastrates) + self.omega * np.sum(self.alpha[:,uj])
, why is there the self.omega ? I'm not sure of your notation but the use would be only the np.sum(lastrates) + np.sum(self.alpha[:,uj]) , no ?

Kind regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions