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

Overcontrained / Underconstrained BVPs #122

Merged
merged 17 commits into from
Nov 4, 2023
Merged

Conversation

avik-pal
Copy link
Member

@avik-pal avik-pal commented Oct 13, 2023

Merge #120 first

  • Update All Solvers
    • Shooting
      • MP
      • TP
    • Multiple Shooting
      • MP
      • TP
    • MIRK
      • MP
      • TP
  • Testing
    • Shooting
      • MP
      • TP
    • Multiple Shooting
      • MP
      • TP
    • MIRK
      • MP
      • TP
  • Update compats for SciMLBase and NonlinearSolve
  • Remove Manifest.toml

@avik-pal avik-pal force-pushed the ap/nls branch 2 times, most recently from cb9aff6 to 239c471 Compare October 13, 2023 19:06
@avik-pal avik-pal changed the title [WIP] Overcontrained / Underconstrained BVPs Overcontrained / Underconstrained BVPs Oct 13, 2023
@avik-pal avik-pal force-pushed the ap/nls branch 2 times, most recently from 3c1f8f9 to 516575d Compare October 13, 2023 21:59
@avik-pal avik-pal changed the title Overcontrained / Underconstrained BVPs [WIP] Overcontrained / Underconstrained BVPs Oct 15, 2023
@avik-pal
Copy link
Member Author

Marking it as WIP since I don't know how I broke the tests. I will take a look at this later.

@avik-pal avik-pal changed the title [WIP] Overcontrained / Underconstrained BVPs [Do not merge] Overcontrained / Underconstrained BVPs Oct 26, 2023
@avik-pal avik-pal force-pushed the ap/nls branch 3 times, most recently from bf5d952 to 70710f2 Compare November 2, 2023 00:38
@avik-pal
Copy link
Member Author

avik-pal commented Nov 2, 2023

Banded Matrix for Levenberg seems broken if used with the fast LS path. Arrises from copying the matrix in mat_tmp, will probably have to work around this with a custom matrix type / copy function.

@avik-pal avik-pal force-pushed the ap/nls branch 2 times, most recently from 9de84a4 to 7115ee8 Compare November 2, 2023 01:46
@avik-pal avik-pal force-pushed the ap/nls branch 5 times, most recently from 4a22969 to a414a4a Compare November 3, 2023 14:48
@avik-pal avik-pal closed this Nov 3, 2023
@avik-pal avik-pal reopened this Nov 3, 2023
@avik-pal avik-pal changed the title [Do not merge] Overcontrained / Underconstrained BVPs Overcontrained / Underconstrained BVPs Nov 3, 2023
@avik-pal
Copy link
Member Author

avik-pal commented Nov 3, 2023

@axla-io this is now ready if you wanted to try out your under-determined models.

@ChrisRackauckas ChrisRackauckas merged commit c2e7dc9 into SciML:master Nov 4, 2023
10 checks passed
@ChrisRackauckas
Copy link
Member

Open an issue on banded QR for underdetermined systems in LinearSolve.jl? I don't know if anyone will ever get to it but it would be good to track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants