Skip to content

Is the EMA implementation code in this repository wrong? #38

@prowontheus

Description

@prowontheus

in the update_average function of EMA class in modules.py,the update step is:
old * self.beta + (1 - self.beta) * new
should it be "new * self.beta + (1 - self.beta) * old"?

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