reduce their reliance on external parameters, try to completely isolate the functions to only take inputs and not rely on self, test this out to see if it reduces the runtime of fitting.
This should be done in conjunction with #231 as a part of performance improvement push
reduce their reliance on external parameters, try to completely isolate the functions to only take inputs and not rely on
self
, test this out to see if it reduces the runtime of fitting.This should be done in conjunction with #231 as a part of performance improvement push