- 13 Apr, 2021 1 commit
-
-
Martin Reinecke authored
Revamp zero-mode handling See merge request ift/nifty!607
-
- 12 Apr, 2021 1 commit
-
-
Martin Reinecke authored
Treat scaling correctly See merge request ift/nifty!616
-
- 09 Apr, 2021 10 commits
-
-
Martin Reinecke authored
Fix VariableCovarianceGaussianEnergy See merge request ift/nifty!548
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
Philipp Arras authored
-
- 08 Apr, 2021 3 commits
-
-
Reimar Leike authored
This was achieved by exploiting the diagonality of the Fisher metric. In cases this is not true one needs more samples to increase sensitivity. Tested that a factor of 2 only in the inverse covariance can now be detected.
-
Reimar Leike authored
-
Reimar Leike authored
Fixed Fisher tests. The following bugs were present: - Metric of VariableCovarianceGaussianEnergy was wrong (already fixed in NIFTy+7, was fixed by merging) - debugging factor was not used, thus leading a false 'did not raise' assertion - the fast Fisher test for the VariableCovarianceGaussianEnergy was totally broken - slightly decreasing the tolerance for the isher test leads to factors of 2 being detected
-
- 06 Apr, 2021 2 commits
-
-
Matteo.Guardiani authored
-
Matteo.Guardiani authored
-
- 01 Apr, 2021 1 commit
-
-
Philipp Arras authored
-
- 31 Mar, 2021 4 commits
-
-
Philipp Arras authored
-
Martin Reinecke authored
Log invgamma See merge request !614
-
Philipp Arras authored
-
Philipp Arras authored
-
- 25 Mar, 2021 18 commits
-
-
Gordian Edenhofer authored
-
Gordian Edenhofer authored
The zero-mode is kind of accounted for as it is discarded in the calculations and thus the FIXME is kind of fixed.
-
Gordian Edenhofer authored
-
Gordian Edenhofer authored
-
Gordian Edenhofer authored
-
Gordian Edenhofer authored
In most cases the exposure is unknown and must be learned from the data. However, this corresponds exactly to learning the zero-mode of an ordinary log-normal field. Hence, remove the normalization code from the density_estimator call and drop the exposure parameter.
-
Gordian Edenhofer authored
-
-
-
-
Gordian Edenhofer authored
Adapt the density_estimator accordingly.
-
Gordian Edenhofer authored
Re-introduce the FIXME on how the zero-mode is treated in the `_Normalization` operator.
-
Gordian Edenhofer authored
-
Gordian Edenhofer authored
If no amplitude total offset (i.e. zero-mode of the amplitude operator) is specified, the correlated field is still able to produce a useful tensor-product of amplitudes. However, their overall zero-mode is of course not determined. As convention, set the zero-mode of the final amplitude operator to zero.
-
Gordian Edenhofer authored
-
Gordian Edenhofer authored
Adapt the statistics summary to not require the zero-mode.
-
Gordian Edenhofer authored
Convert the return list of operators to a tuple as to disallow the caller to amend or change it in other ways.
-
Gordian Edenhofer authored
Since `noramlized_ampliudes` is not a property anymore, name it more actively as to highlight the need for it to be called as a function.
-