FHof / torchquad

Multidimensional numerical integration on the GPU using PyTorch
https://www.esa.int/gsp/ACT/open_source/torchquad/
GNU General Public License v3.0
0 stars 0 forks source link

VEGAS: divide by the result instead of its squareroot for the logged accuracy and remove the unused self.starting_N #33

Closed FHof closed 2 years ago

FHof commented 2 years ago

The acc variable is only used for logging here. self.starting_N (not self._starting_N) was only set but not read in the code.