Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bounds error #22

Open
timholy opened this issue Jan 10, 2024 · 0 comments
Open

Bounds error #22

timholy opened this issue Jan 10, 2024 · 0 comments

Comments

@timholy
Copy link

timholy commented Jan 10, 2024

julia> νs = 10 .^ (range(-3, stop=3, length=15))
       pmorph(x, ν) = (r² = x'*x; exp(-^ν/(2ν)))
       pmorph_x1_2(x, ν) = (r² = x'*x; x[1]^2 * exp(-^ν/(2ν)))
       d = 2
       rstart = fill(-5, d)
       rstop  = -rstart
       I0 = [vegas(x -> pmorph(x, ν), rstart, rstop) for ν in νs]
ERROR: BoundsError: attempt to access 1000×2 Matrix{Float64} at index [0, 1]
Stacktrace:
 [1] getindex
   @ .\essentials.jl:14 [inlined]
 [2] update_grid(x::Matrix{Float64}, delx::Matrix{Float64}, d::Matrix{Float64})
   @ MonteCarloIntegration C:\Users\timho\.julia\dev\MonteCarloIntegration\src\vegas.jl:235
 [3] vegas(func::var"#6#8"{}, lb::Vector{…}, ub::Vector{…}; maxiter::Int64, nbins::Int64, ncalls::Int64, rtol::Float64, atol::Float64, debug::Bool, batch::Bool, alpha::Float64)        
   @ MonteCarloIntegration C:\Users\timho\.julia\dev\MonteCarloIntegration\src\vegas.jl:148
 [4] vegas(func::Function, lb::Vector{Int64}, ub::Vector{Int64})
   @ MonteCarloIntegration C:\Users\timho\.julia\dev\MonteCarloIntegration\src\vegas.jl:70
 [5] (::var"#5#7")(ν::Float64)
   @ Main .\none:0
 [6] iterate(::Base.Generator{Vector{Any}, DualNumbers.var"#1#3"})
   @ Base .\generator.jl:47 [inlined]
 [7] collect(itr::Base.Generator{Vector{Float64}, var"#5#7"})
   @ Base .\array.jl:834
 [8] top-level scope
   @ c:\Users\timho\OneDrive\Documents\publications\clustering\checks.jl:181
Some type information was truncated. Use `show(err)` to see complete types.

(That charcter is a \nu and not a v.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant