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

New optimizer for stable linear models of arbitrary dimension #269

Merged
merged 11 commits into from
Dec 28, 2022

Commits on Nov 11, 2022

  1. added notebook that sort of does what we want.

    Alan Kaptanoglu authored and Alan Kaptanoglu committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    d02c9c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Believe I have the stable linear model optimizer working for Cassio f…

    …unctionality. Doesnt quite work yet I think for Zachs problem because only a subset of the variables are observable.
    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    eabb6f2 View commit details
    Browse the repository at this point in the history
  2. Got the linear optimizer working better. Added tests. Added Zachs pro…

    …blem. Having weird error from ConstrainedSR3, which is affecting StableLinearSR3. Going to merge with master first.
    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    26547ae View commit details
    Browse the repository at this point in the history
  3. Renamed and moved the notebook files.

    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    240f0df View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Added Zach Nicolaous changes to get the online tests working. Fixed a…

    … weird trapping sindy error.
    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5a20a41 View commit details
    Browse the repository at this point in the history
  2. Polishing up the examples, added the precommit fix, and adding an exa…

    …mple in the first notebook.
    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e732579 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Added and polished example in the first example notebook. Added cassi…

    …os viscoelastic example.
    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0959874 View commit details
    Browse the repository at this point in the history
  2. Trying to fix small notebook error from sphinx pytest.

    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f232458 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Okay got out of a horrible github tangle by originally trying to add …

    …the viscoelastic examples, which turned out to be much too large. will add some smaller files later.
    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    4001e6d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Reduced viscoelastic example file size, cleaned up the example script…

    …s, and renamed the folder.
    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    1400a55 View commit details
    Browse the repository at this point in the history
  2. Replaced the big data file and reran the viscoelastic example

    Alan Kaptanoglu authored and Alan Kaptanoglu committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7421bf7 View commit details
    Browse the repository at this point in the history