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

Physics informed neural operator ode #806

Open
wants to merge 144 commits into
base: master
Choose a base branch
from
Open

Physics informed neural operator ode #806

wants to merge 144 commits into from

Commits on Feb 12, 2024

  1. pino_ode_draft

    KirillZubov committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9988925 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. pino ode prot

    KirillZubov committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5fc72b9 View commit details
    Browse the repository at this point in the history
  2. add physics loss function

    KirillZubov committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    25e4764 View commit details
    Browse the repository at this point in the history
  3. add doc draft

    KirillZubov committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5888e12 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 16, 2024

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

Commits on Feb 28, 2024

  1. generate prob set

    KirillZubov committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c7b10f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. ode system

    KirillZubov committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    911ec4e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 5, 2024

  1. update

    KirillZubov committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cbf01af View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. clear up code

    KirillZubov committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    db50090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08af21 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. update tests

    KirillZubov committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    60cda53 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. gpu

    KirillZubov committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5781cb5 View commit details
    Browse the repository at this point in the history
  2. fix spelling

    KirillZubov committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b562ebe View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. add PINOsolution

    KirillZubov committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    eb2e9c1 View commit details
    Browse the repository at this point in the history
  2. add NeuralOperator deps

    KirillZubov committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ca2b802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96057a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. update Project.toml

    KirillZubov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5b8d226 View commit details
    Browse the repository at this point in the history
  2. update Project.toml

    KirillZubov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c711b0d View commit details
    Browse the repository at this point in the history
  3. update Project.toml

    KirillZubov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2ad84ac View commit details
    Browse the repository at this point in the history
  4. update

    KirillZubov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a71c469 View commit details
    Browse the repository at this point in the history
  5. update

    KirillZubov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fb73003 View commit details
    Browse the repository at this point in the history
  6. update

    KirillZubov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6c524ab View commit details
    Browse the repository at this point in the history
  7. update gpu test

    KirillZubov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2addf6c View commit details
    Browse the repository at this point in the history
  8. updste version Statistics

    KirillZubov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c058f5e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. add docs

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    48c762b View commit details
    Browse the repository at this point in the history
  2. fix

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    671cedc View commit details
    Browse the repository at this point in the history
  3. fix

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fe8a819 View commit details
    Browse the repository at this point in the history
  4. fix TRAINSET

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2c87492 View commit details
    Browse the repository at this point in the history
  5. fix typo

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3905b14 View commit details
    Browse the repository at this point in the history
  6. add dep NeuralOperators

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    652fb72 View commit details
    Browse the repository at this point in the history
  7. fix test

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f74a46f View commit details
    Browse the repository at this point in the history
  8. fix gpu test

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c163e28 View commit details
    Browse the repository at this point in the history
  9. fix tests

    KirillZubov committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b52c4c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. remove dep NeuralOperator

    KirillZubov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b829265 View commit details
    Browse the repository at this point in the history
  2. update tests

    KirillZubov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9870858 View commit details
    Browse the repository at this point in the history
  3. fix

    KirillZubov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c5e7348 View commit details
    Browse the repository at this point in the history
  4. fix

    KirillZubov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cefb901 View commit details
    Browse the repository at this point in the history
  5. fix

    KirillZubov committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    10169cb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fine tuning

    KirillZubov committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2f2be69 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fine tunnning update

    KirillZubov committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c38a78f View commit details
    Browse the repository at this point in the history
  2. fix

    KirillZubov committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1e38676 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 25, 2024

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

Commits on May 2, 2024

  1. pure PINO with DeepOnet

    KirillZubov committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f873541 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    0b4de35 View commit details
    Browse the repository at this point in the history
  2. example with data loss

    KirillZubov committed May 6, 2024
    Configuration menu
    Copy the full SHA
    68e38d5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. support GridTraining

    KirillZubov committed May 8, 2024
    Configuration menu
    Copy the full SHA
    345040b View commit details
    Browse the repository at this point in the history
  2. update doc

    KirillZubov committed May 8, 2024
    Configuration menu
    Copy the full SHA
    60005c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. PINOPhi immutable

    KirillZubov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fbef5c7 View commit details
    Browse the repository at this point in the history
  2. Update src/pino_ode_solve.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0fb7d23 View commit details
    Browse the repository at this point in the history
  3. Update src/pino_ode_solve.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b6639ea View commit details
    Browse the repository at this point in the history
  4. remove SomeStrategy

    KirillZubov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cc1fada View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb0863b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. mutable PINOPhi

    KirillZubov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ea7c638 View commit details
    Browse the repository at this point in the history
  2. support u0 is param

    KirillZubov committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    09f4891 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. update

    KirillZubov committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    188ceec View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. add ParametricFunction

    KirillZubov committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d754e30 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    7d81063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e2b06 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. add StochasticTraining

    KirillZubov committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2818f34 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. add interpolation

    KirillZubov committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8895693 View commit details
    Browse the repository at this point in the history
  2. update doc

    KirillZubov committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    06ce517 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. output vector

    KirillZubov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7953468 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update docs/src/manual/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f6f0405 View commit details
    Browse the repository at this point in the history
  2. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e16b168 View commit details
    Browse the repository at this point in the history
  3. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    596a80a View commit details
    Browse the repository at this point in the history
  4. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    445dfd0 View commit details
    Browse the repository at this point in the history
  5. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d7b7a36 View commit details
    Browse the repository at this point in the history
  6. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fe40cfd View commit details
    Browse the repository at this point in the history
  7. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e45011e View commit details
    Browse the repository at this point in the history
  8. Update test/runtests.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7fe3244 View commit details
    Browse the repository at this point in the history
  9. revert "vector output"

    KirillZubov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    839e1d5 View commit details
    Browse the repository at this point in the history
  10. fix

    KirillZubov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    53a52f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a39bb69 View commit details
    Browse the repository at this point in the history
  12. CI.yml fix

    KirillZubov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2983c18 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    885aa29 View commit details
    Browse the repository at this point in the history
  14. fix

    KirillZubov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    38a872e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    28447b6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1292900 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. FNO first shot

    KirillZubov committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    10e08c2 View commit details
    Browse the repository at this point in the history
  2. fix

    KirillZubov committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    61fa804 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    99e8e2d View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/CI.yml

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c01c0ad View commit details
    Browse the repository at this point in the history
  3. Update src/NeuralPDE.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1a8fd17 View commit details
    Browse the repository at this point in the history
  4. Update Project.toml

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c5bf9ca View commit details
    Browse the repository at this point in the history
  5. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c5d2501 View commit details
    Browse the repository at this point in the history
  6. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fc38b50 View commit details
    Browse the repository at this point in the history
  7. Update src/pino_ode_solve.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    09e5555 View commit details
    Browse the repository at this point in the history
  8. Update src/pino_ode_solve.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8ae7b0f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. vector output

    KirillZubov committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    15e6124 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. wip FourierNeuralOperator

    KirillZubov committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    efd2a40 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. update

    KirillZubov committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    89fc2d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. update

    KirillZubov committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5ab8a6a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. update

    KirillZubov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    433e529 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. update

    KirillZubov committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c54d62f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. update

    KirillZubov committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d99062d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. remove all unnecessary

    KirillZubov committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0bc28da View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. update

    KirillZubov committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2b45d10 View commit details
    Browse the repository at this point in the history
  2. update

    KirillZubov committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d5b9d6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7059e37 View commit details
    Browse the repository at this point in the history
  4. imutable

    KirillZubov committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c4092b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3ae25ce View commit details
    Browse the repository at this point in the history
  2. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    908ca8a View commit details
    Browse the repository at this point in the history
  3. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    13f955b View commit details
    Browse the repository at this point in the history
  4. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3813b1b View commit details
    Browse the repository at this point in the history
  5. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5be5db1 View commit details
    Browse the repository at this point in the history
  6. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d0665ec View commit details
    Browse the repository at this point in the history
  7. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5295ceb View commit details
    Browse the repository at this point in the history
  8. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cc67c31 View commit details
    Browse the repository at this point in the history
  9. Update test/runtests.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cf5221c View commit details
    Browse the repository at this point in the history
  10. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a3dbfc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update src/pino_ode_solve.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0cdd8dc View commit details
    Browse the repository at this point in the history
  2. Update src/pino_ode_solve.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bc32c45 View commit details
    Browse the repository at this point in the history
  3. Update src/pino_ode_solve.jl

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6c49dd8 View commit details
    Browse the repository at this point in the history
  4. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ff04565 View commit details
    Browse the repository at this point in the history
  5. Update docs/src/tutorials/pino_ode.md

    Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
    KirillZubov and sathvikbhagavan authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2366840 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. lux v1.0

    KirillZubov committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b1209ab View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    9fa2162 View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    KirillZubov authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    86677d0 View commit details
    Browse the repository at this point in the history
  3. lux 1

    KirillZubov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6813c5d View commit details
    Browse the repository at this point in the history
  4. support Chain

    KirillZubov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    786035f View commit details
    Browse the repository at this point in the history
  5. Update test/PINO_ode_tests.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5428b01 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. vector input Chain

    KirillZubov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    60c3995 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update test/PINO_ode_tests.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    90dfdb0 View commit details
    Browse the repository at this point in the history
  2. Update test/PINO_ode_tests.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2d7be46 View commit details
    Browse the repository at this point in the history
  3. Update test/PINO_ode_tests.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    KirillZubov and github-actions[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e342a7d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. input vector chain

    KirillZubov committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    000d8b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    5e9a025 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0cb528 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. wip output vector

    KirillZubov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f1b3a36 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. output vector

    KirillZubov committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ca24323 View commit details
    Browse the repository at this point in the history
  2. update Project.toml

    KirillZubov committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f74cf63 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. update

    KirillZubov committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    885a72e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. update Project.toml

    KirillZubov committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3baa5a6 View commit details
    Browse the repository at this point in the history
  2. undo

    KirillZubov committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    de008b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. update runtests.jl

    KirillZubov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    356083b View commit details
    Browse the repository at this point in the history
  2. update NeuralPDE

    KirillZubov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f59f225 View commit details
    Browse the repository at this point in the history
  3. update Doc

    KirillZubov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    526fd0c View commit details
    Browse the repository at this point in the history
  4. update

    KirillZubov committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d3ae594 View commit details
    Browse the repository at this point in the history