JuliaImageRecon / RegularizedLeastSquares.jl

MIT License
20 stars 10 forks source link

Rename package to `RegularizedLeastSquares.jl` #4

Closed hofmannmartin closed 6 years ago

hofmannmartin commented 6 years ago

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 in JuliaNLSolvers. However, since we have restricted ourselves to linear problems, the relation is more lose.

What do you think @migrosser @tknopp

tknopp commented 6 years ago

I kind of like it. You may ping @migrosser offline since these Github messages usually end up in the spam folder.

migrosser commented 6 years ago

I agree. This definitely captures what we are doing quite well.

tknopp commented 6 years ago

done. I fear that this will break code everywhere...

tknopp commented 6 years ago

docs are not deployed currently, see https://travis-ci.org/tknopp/RegularizedLeastSquares.jl/jobs/447358799