Closed HannesSommer closed 8 years ago
Yes, quite far! Some very minor change were necessary if I remember right.
@uschwes , there are some minor naming problems in the interface, though:
convergenceDeltaObjective
is the only place we call it objective
. Everywhere else it is the error (also not the best name :) ). But we should have it consistent.numThreadsGreadient
should be rather numThreadsJacobian
or numThreadsDerivative
because it is not a gradient in case of Gauss-Newton type optimizers.Is it major effort for you if we change those?
No, renaming is fine.
Oh wow, big endeavor. Did the optimizer interface design work out?