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

Timesteppers for EKP, from ParameterEstimocean #285

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Commits on Jun 2, 2023

  1. consistent Timestepper interface

    loop branch for mutable timestepper
    
    added parameters to EKSStabilityTimestepper
    
    added DMC timestepper
    
    timestepper interface bugfixes
    
    format
    
    externalize dim-check error, bugfix stableEKS timestep
    
    Unscented consistent, and tests pass
    
    update Delt =... to timestepper = ... in unit tests`
    
    update example
    
    unit test for constructors
    
    format
    
    consistency wiith 1,9
    
    (not-yet-refined) timestepper example with various plots
    
    Timestepper termination condition upheld
    
    docstrings
    
    unit tests
    
    loosen tol
    
    typo
    
    improved output example
    
    loosen tolerance
    
    cleaned up plots and experiment repeated for many runs
    
    format
    
    removed nothing # hide, and added more strings
    
    rename timestepper to scheduler
    
    added continue options for DMC
    
    run test longer
    
    preliminary docs for scheduler comparison example
    
    improve plot legend and docs
    
    typos etc
    
    examples/LearningRateSchedulers/compare_schedulers.jl
    
    move docs page out of examples subfolder
    
    move docs in contents
    
    modify conclusions
    
    API docstrings
    
    docs and example improvements
    
    added SEKI and UKI tests for schedulers (UKI fails), fixed dangerous pattern where G applied to untransformed coordinates
    
    format
    
    uki example and docs
    
    consistency with seeding for plots
    
    separate posterior vs optimize, add uki descriptions
    
    format
    
    typo
    
    easier tests for UKI, but it still fails
    
    extend num steps
    
    robust test
    
    UKI comments
    
    return nothing explicitly
    odunbar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4ea03c6 View commit details
    Browse the repository at this point in the history