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

Direct mlj interface #126

Merged
merged 62 commits into from
Nov 7, 2024
Merged

Direct mlj interface #126

merged 62 commits into from
Nov 7, 2024

Commits on Sep 12, 2024

  1. new first commit

    pasq-cat committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    51ed526 View commit details
    Browse the repository at this point in the history
  2. various stuff

    pasq-cat committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e8e96d1 View commit details
    Browse the repository at this point in the history
  3. fixes

    pasq-cat committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    255cf19 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. changes

    pasq-cat committed Sep 13, 2024
    2 Configuration menu
    Copy the full SHA
    35ac2d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    44469a2 View commit details
    Browse the repository at this point in the history
  2. almost fixed

    pasq-cat committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5315264 View commit details
    Browse the repository at this point in the history
  3. 3 Configuration menu
    Copy the full SHA
    f6e7a00 View commit details
    Browse the repository at this point in the history
  4. question on parameters....

    pasq-cat committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d7c4f7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbab460 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    8af38ae View commit details
    Browse the repository at this point in the history
  2. performance improvement

    pasq-cat committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fe19d4d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. JuliaFormatter

    pasq-cat committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d809afb View commit details
    Browse the repository at this point in the history
  2. juliaformatter+docstrings

    pasq-cat committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    33d84f5 View commit details
    Browse the repository at this point in the history
  3. 5 Configuration menu
    Copy the full SHA
    9731297 View commit details
    Browse the repository at this point in the history
  4. mlj docstring in progress

    pasq-cat committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f70d239 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80c6553 View commit details
    Browse the repository at this point in the history
  6. small stuff here and there in the docstring plus

    fixed a small mistake in the optimiser
    pasq-cat committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d1c895c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19ffa16 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. added fit_params functions

    pasq-cat committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    de0bd91 View commit details
    Browse the repository at this point in the history
  2. switched to customized loop

    pasq-cat committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    87df85f View commit details
    Browse the repository at this point in the history
  3. fixed error in custom loop

    pasq-cat committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    24459a1 View commit details
    Browse the repository at this point in the history
  4. various fixes

    pasq-cat committed Sep 22, 2024
    2 Configuration menu
    Copy the full SHA
    0e2ca03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    841d5eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de784f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    b7a99f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44b8d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b762185 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    ced3da0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    b700f85 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    da6fc76 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. various fixes

    pasq-cat committed Oct 4, 2024
    2 Configuration menu
    Copy the full SHA
    70df568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9889872 View commit details
    Browse the repository at this point in the history
  3. julia formatter

    pasq-cat committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0f46fd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. added unit tests

    pasq-cat committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab8b6bf View commit details
    Browse the repository at this point in the history
  2. more units

    pasq-cat committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    263cc67 View commit details
    Browse the repository at this point in the history
  3. fix

    pasq-cat committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    453b49f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. changed unit test and a minor fix in the update function. there is st…

    …ill the if statement problem.
    pasq-cat committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    656b24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c4d744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f872d96 View commit details
    Browse the repository at this point in the history
  4. nearly there I think

    pat-alt committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    71a3611 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74d778e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    80784bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be80e32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d426844 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4fcd95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    851784f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0752b83 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. uhmmmmmm

    pasq-cat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    573ffd8 View commit details
    Browse the repository at this point in the history
  2. fixed _isdefined

    pasq-cat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    db14b84 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    82c5714 View commit details
    Browse the repository at this point in the history
  2. formatting

    pat-alt committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7202013 View commit details
    Browse the repository at this point in the history
  3. removing mlj_flux

    pat-alt committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a05e25f View commit details
    Browse the repository at this point in the history
  4. fixed issues

    pat-alt committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    05df2e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    02abec2 View commit details
    Browse the repository at this point in the history
  2. hadn't saved file

    pat-alt committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    374aca5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    06343bd View commit details
    Browse the repository at this point in the history
  2. added default mlp

    pasq-cat committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    59917f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    9da5d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503763d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e78e9b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a5f26f View commit details
    Browse the repository at this point in the history
  5. ufffffffffffffffffffff

    pasq-cat committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    12f2584 View commit details
    Browse the repository at this point in the history