-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from JuliaControl/adapt_mhe
Added: `setmodel!` for `MovingHorizonEstimator`
- Loading branch information
Showing
10 changed files
with
406 additions
and
239 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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
Oops, something went wrong.
dc8681a
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.
@JuliaRegistrator register
Release notes:
BREAKING CHANGE
All the keyword arguments related to initial values e.g.
σP0
,x0
andx̂0
now require an underscore e.g.σP_0
,x_0
,x̂_0
(to differentiate from operating point deviation vectors)setmodel!
for runtime model adaptation of controller/estimator based onLinModel
linearize
andsetop!
now support non-equilibrium pointssetmodel!
andlinearize
functionssetmodel!
andlinearize
functionslinearize!
method for in-place model linearization (to reduce allocations)LinModel
constructor now support scalars (similarly toss
function)ExtendedKalmanFilter
now compute the Jacobians in-place (to reduce allocations)struct
state datax
and state estimatex̂
renamed tox0
andx̂0
ExplicitMPC
with non-Float64
now workslinearize
argumentsempty!
onJuMP.Model
to support re-construction of MPC instancessetmodel!
,setop!
andlinearize
function documentationdc8681a
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.
Registration pull request created: JuliaRegistries/General/105638
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: