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

Change VEGAS abort conditions #35

Closed FHof closed 2 years ago

FHof commented 2 years ago

To be precise, the max_iterations parameter does not specify how many iterations are approximately executed because the number of points per iteration increases every fifth iteration.