Closed hofmannmartin closed 6 years ago
I kind of like it. You may ping @migrosser offline since these Github messages usually end up in the spam folder.
I agree. This definitely captures what we are doing quite well.
done. I fear that this will break code everywhere...
docs are not deployed currently, see https://travis-ci.org/tknopp/RegularizedLeastSquares.jl/jobs/447358799
What we do is in principle least squares with regularization. I therefore propose to rename our package.
This would also quite well fit together with the package
LinearLeastSquares
, which does least squares with linear constraints(https://github.com/davidlizeng/LinearLeastSquares.jl).There is also a package for the fitting of non linear models
LsqFit
, which is inJuliaNLSolvers
. However, since we have restricted ourselves to linear problems, the relation is more lose.What do you think @migrosser @tknopp