Default values for metric/optimizer
Opened this issue · 1 comments
mstimberg commented
[Refers to the current state of PR #2]
Currently, SpikeFitter
and TraceFitter
require the specification of a metric and an optimizer, but we could have default values (MSEMetric
for TraceFitter
, GammaFactor
for SpikeFitter
, NevergradOptimizer
for both?).
romainbrette commented
This seems reasonable.