-
-
Notifications
You must be signed in to change notification settings - Fork 246
New Controller Interface #2899
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
Closed
termi-official
wants to merge
63
commits into
SciML:master
from
termi-official:do/controller-refactor
Closed
New Controller Interface #2899
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
dab8efd
Rename to legacy controller
termi-official 4dc16b6
Introduce caches and new controller types.
termi-official b4d0f13
Fix precompilation errors
termi-official 2d860de
[skip ci] typo
termi-official 50f2939
Fix some issues with recirpocals in the new implementation
termi-official 1d55f5b
ifelse -> max
termi-official 88bbf7d
Reverse removing reciprocals
termi-official 0f6ebb0
Add new PIDController to los storage methods
termi-official 884a0cd
Update BDF module
termi-official c32b956
Update Nordsieck methods
termi-official a6d62a4
Fix low storage sublib
termi-official eebf437
Recover behavior of Extrapolation solver in new interface
termi-official f601e24
Change name of legacy controllers back and add New suffix to the cont…
termi-official 803f4bf
Update Extrapolation alg controller
termi-official 4dab816
Add composite algorithm controller
termi-official 4da2871
Docstrings
termi-official a52693e
Fix default algorithm
termi-official 2d0d24b
Use existing variables to trick downstream packages
termi-official 92094c5
Fix composite algorithm choice
termi-official 18b0851
Missing dispatch
termi-official 2054388
Fix Verner JET
termi-official 64e3f98
Remove unused variables from PID code
termi-official 89db4b1
Step 1: Make sure atmp is present when it should be.
termi-official db7f782
Remove some trailing unpacks
termi-official 20d6d9b
Prototype for using NonlinearSolve in IDSolve as the first step towar…
termi-official d235636
Bump CI after DiffEqBase release
ChrisRackauckas 2b5e7c2
Switch from JuliaFormatter to Runic.jl for code formatting
termi-official 3fa966f
Update IDSolve to the new interface
termi-official 37a1457
Rebase oopsie
termi-official 99ae267
Try to fix predictive controller
termi-official 937c909
Fix function map type.
termi-official ccfa756
Fix function map type attempt 2.
termi-official bad91ea
[skip ci] Runic.
termi-official bd99c5d
Roll out deduction logic for the controller data type
termi-official 2cc5518
Runic
termi-official fca323a
Add dispatch for composite controllers when DummyControllers are present
termi-official 7623f24
Missing reinit for new caches
termi-official 051870e
Runic
termi-official ccc215d
Next attempt on making composite controllers work
termi-official f54bc08
Again an attempt on making composite controllers work
termi-official 12538c0
Fix faulty q for zero errors in the new PI controller implementation
termi-official 8d043fa
Runic
termi-official 892e45f
Typo
termi-official 5061a20
Try to improve the deduction of the contoller data types
termi-official df057f1
Next attempt on fixing default alg
termi-official 2508e3b
Improve data type guess for controller
termi-official f49efc0
Fix faulty dispatches
termi-official 3dd7f09
Mark predictive controller implementation legacy
termi-official fcd6eed
Enforce that composite algorithms use the full old data types to ensu…
termi-official 8f92e9d
Try to ensure that the types are matching in the controller and error…
termi-official d549ffe
Fix EEst type
termi-official 83e6bfd
Fix umodified_test reliance on the last integration step for both int…
termi-official 6117464
Use oneunit for EEst determination
termi-official 99b2246
Typo in PID
termi-official 2660d9a
Fix tests which pick up the wrong lib version in non-lts tests
termi-official c6b065e
Fix FIRK differentiability
termi-official 282e2e2
Improve non-breaking update path.
termi-official de26cb8
Reinit on test only on correct version
termi-official 8eee508
Add default controller call for IDS back
termi-official 7a4a55c
Fix IDS controller type
termi-official 3edb2c9
Fix default controller for pre Core 3.3 fallback on Extrapolation.
termi-official 75d4474
Fix dispatch for AitkenNeville
termi-official b209ee6
Bump core version
termi-official File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| name = "OrdinaryDiffEqCore" | ||
| uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" | ||
| authors = ["ParamThakkar123 <[email protected]>"] | ||
| version = "3.2.0" | ||
| version = "3.3.0" | ||
|
|
||
| [deps] | ||
| SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChrisRackauckas Just that this does not go unnoticed, I need to bump the version to make the CI work. See below for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's kind of funky and doesn't seem to work so well... instead just make an OrdinaryDiffEqCore v4?