Skip to content

Profiling: model fitting immitation

Add Profiler class for estimating the time of model fitting. The fitting is simulated by touching different nodes (depending on the mode)

There are two different modes:

  • "parameter-wise" - calculate n points for the parameters and then make a fit step for all the parameters.
  • "simultaneous" - fits all parameters together, which is similar to backpropogation I think.

Merge request reports

Loading