Skip to content

Speedup math operations #4

Description

@fungs

The code is currently slow, we can do much better using

  • removing assertions in non-debug mode
  • scaling data at the beginning to avoid likelihood calculations
  • speeding up vector arithmetics with more advanced python packages/methods
  • avoiding the time for parsing the data over and over again

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions