Giter VIP home page Giter VIP logo

Comments (6)

hippke avatar hippke commented on August 26, 2024

UltraNest

Perhaps useful:

  • ultranest.stepsampler.RegionSliceSampler(2*nparams) -- crashes, worked earlier

  • ultranest.stepsampler.RegionSliceSampler(500) -- (8 epochs 2.5d LC) 10^8 evals in 5hrs, VERY GOOD result

  • ultranest.stepsampler.RegionSliceSampler(50) -- 21min, nearly identical results

  • ultranest.stepsampler.CubeSliceSampler(2*nparams) -- 10min, slightly wrong

  • ultranest.stepsampler.CubeSliceSampler(50) -- slightly wrong

  • ultranest.stepsampler.CubeSliceSampler(500) - same slightly wrong

Not useful:

  • ultranest.stepsampler.RegionBallSliceSampler -- very wrong
  • ultranest.stepsampler.BallSliceSampler(nsteps=nsteps) -- slow, wrong
  • ultranest.stepsampler.CubeMHSampler(nsteps=nsteps) -- Slow, very wrong
  • ultranest.stepsampler.RegionMHSampler(nsteps=nsteps) -- Very fast, very wrong
  • ultranest.ReactiveNestedSampler -- very slow (days)

Speed UltraNest MPI

  • 1 Thread: 5000/sec
  • 4 Threads: 8700/sec
  • 8 Threads: 8000/sec

from pandora.

hippke avatar hippke commented on August 26, 2024

dynesty
Testing with 4 epochs each 2.5 days of LC data

  • Crashes when printing results

  • Plotting results OK

  • DynamicNestedSampler(log_likelihood, prior_transform, ndim=ndim, bound='single') -- 6min, good results (broad, most correct)

  • DynamicNestedSampler(log_likelihood, prior_transform, ndim=ndim, bound='multi') -- 12min, results worse (multimodal)

  • DynamicNestedSampler(log_likelihood, prior_transform, ndim=ndim, bound='multi', nlive=4000) -- 8min, wrong peak

  • DynamicNestedSampler(log_likelihood, prior_transform, ndim=ndim, bound='multi') -- 1hr 38, nah an der wahren Lösung, bestes Ergebnis bislang

  • DynamicNestedSampler(
    log_likelihood,
    prior_transform,
    ndim=ndim,
    bound='multi',
    sample='hslice',
    slices=10) ==> 10hrs, 2.5e8 evals, 6,950 evals/sec! Result very bad (tight, wrong peaks)

Current raw throughput (prange Pandora segments, 10 epochs, 2.5d, Kepler cadence) is 8000 models /sec

  • DynamicNestedSampler(
    log_likelihood,
    prior_transform,
    ndim=ndim,
    bound='none',
    sample='hslice',
    slices=10,
    gradient=gradient) ==> 7h 1.7e8 evals, alles total falsch

  • NestedSampler(log_likelihood, prior_transform, ndim=ndim, bound='single') -- 3min, broad good results

  • NestedSampler(log_likelihood, prior_transform, ndim=ndim, bound='multi') -- 4min, broad good results

  • NestedSampler(log_likelihood, prior_transform, ndim=ndim, bound='multi', nlive=1000) -- 6min, broad, worse results

  • NestedSampler(log_likelihood, prior_transform, ndim=ndim, bound='multi', nlive=4000) -- 22min, worse

Speed Dynesty:

  • 1 Thread: 5000/sec
  • 8 Threads: 17,000/sec (after burn-in)

sample="rslice" -- gets stuck, crashes
sample="rstagger" --
sample="hslice" -- gets stuck, crashes

from pandora.

hippke avatar hippke commented on August 26, 2024

Nestle

  • cancelled after 18 hrs

from pandora.

hippke avatar hippke commented on August 26, 2024

Zeus
No useful prior transformation concept (?)

from pandora.

hippke avatar hippke commented on August 26, 2024

UltraNest
sampler.stepsampler = ultranest.stepsampler.RegionSliceSampler(
nsteps=4000,
adaptive_nsteps='move-distance'
)
result = sampler.run(min_num_live_points=4000)
fig_retrieval_v4.pdf

Results:
logZ = -1802.250
40h runtime, 414m evals
near-perfect lightcurve
per_moon: wrong peak

from pandora.

hippke avatar hippke commented on August 26, 2024

Test dyPolyChord

from pandora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.