LeaceFitter, OracleFitter, and QuadraticFitter now don't crash when you feed them complex64 or complex128 inputs, and pass basic tests checking that their statistics are at least computed correctly when using complex-valued vector representations.
Also, as a bonus, this PR includes the QuadraticEditor class for doing edits other than simple erasures using the stats from a QuadraticFitter.
LeaceFitter
,OracleFitter
, andQuadraticFitter
now don't crash when you feed themcomplex64
orcomplex128
inputs, and pass basic tests checking that their statistics are at least computed correctly when using complex-valued vector representations.Also, as a bonus, this PR includes the
QuadraticEditor
class for doing edits other than simple erasures using the stats from aQuadraticFitter
.