…ining
Adds tutorial coverage for the 0.6 features and long-open doc requests:
- "Passing parameters to the integrand": the args= argument as a lambda-free way
to integrate parametric integrands (#187).
- "Quasi-Monte Carlo with Sobol points": using rng=Sobol(...) with MonteCarlo.
- VEGAS section: return_error=True / VEGASResult and minimum-N guidance.
- "Training a neural network through an integral": a runnable example minimizing
an integrated loss, with gradients flowing through the quadrature (#125).
Closes #125, #186.
What
Tutorial documentation for the 0.6 features and two long-open doc requests. Adds four sections to
docs/source/tutorial.rst:args=argument as a lambda-free way to integrate parametric integrands (Integrate function with parameters #187).rng=Sobol(...)withMonteCarlo.return_error=True→VEGASResult, plus guidance on choosingN.Notes
return_error) and feat: forward integrand args via integrate(..., args=...) #246 (args=), so this should merge after them. The docs build is unaffected either way (RST code blocks aren't executed; theSobolcross-reference resolves once feat: add Sobol quasi-Monte Carlo sampler #244 lands).Test plan
sphinx-build -W -b html docs/sourcebuilds cleanCloses #125, #186. Roadmap F4.