CeresMinimizer
from bqskitrs
requires num_residuals
, which is neither documented nor properly implemented in the Python code
#264
Labels
CeresMinimizer
frombqskitrs
makes a call tonum_residuals
onDifferentiableResidualsFunction
objects. The stringnum_residuals
is not present anywhere in the Pythonbqskit
repo, making it unclear that this is a requirement forDifferentiableCostFunction
.Also
HilbertSchmidtResiduals
does not implementnum_residuals
, which is problematic for what I am trying to do (I'm writing a residuals function that modifies another residuals function).The text was updated successfully, but these errors were encountered: