-
Currently, `Model`'s also define a `Model.chi_squared`, `Model.chi_squared_jacobian`, and related functionality. They also define the variables which will hold the standard deviations. But conceptuall…
tBuLi updated
6 years ago
-
### What is the idea?
reuse MetaModelResult in Linear/Quadratic|Taylor/LeastSquares metamodels
MetaModelResult should be moved to /Base
maybe residuals should be computed automatically in the cto…
-
Hello,
I've been trying to compile OpenGazer for the last few days and now am stuck at the very close point. The error I'm getting is:
/home/mycomputer/Downloads/opengazer-0.1.2/LeastSquares.cpp:27…
-
Example :
```
CameraMapper INFO: Loading calib registry from /sps/lsst/dataproducts/desc/DC2/Run2.1i/w_2019_17/CALIB/calibRegistry.sqlite3
skyCorr.maskObjects.detection INFO: Detected 3547 positive…
-
LS will give an error on 2D meshes, I believe due to the way it is calculated.
-
**Describe the proposed feature**
Now Pastas' solve method initializes the model, adds the solver and solves the model. However, for some future purposes (e.g. #779) we want to have the solver availa…
-
Build a test suite which tests the different instances of KRLS and KRLogit. These will be fast and simple tests that just make sure that they pass, not necessarily to check that the answers are all co…
-
Hi,
I am trying to build this package, and I'm having a hard time with this error:
```lsd_slam/lsd_slam_core/src/util/EigenCoreInclude.h:31:22: fatal error: Eigen/Core: No such file or directory…
-
As the title says, it would be good for single precision versions
which make use of native libraries like mkl, openblas or nvblas
be exposed to the enduser. As these functions are already present
…
-
Whipped this together earlier. Not sure on the stopping criterion, but it seems reasonable...
```julia
using ProximalOperators
# Define solvers
function NNLS_admm(A, b, x; tol = 1e-9, maxit = 50…