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

Optimal Sensor with embedded PSMs #203

Open
JonKing93 opened this issue May 18, 2021 · 1 comment
Open

Optimal Sensor with embedded PSMs #203

JonKing93 opened this issue May 18, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@JonKing93
Copy link
Owner

No description provided.

@JonKing93 JonKing93 added the enhancement New feature or request label Aug 12, 2022
@JonKing93
Copy link
Owner Author

Currently, the optimal sensor accepts proxy estimates directly. This is fine for the os.update and os.evaluate commands, but can potentially cause an oversimplification for the iterative os.run algorithm. Essentially, when running the iterative algorithm, the estimates are updated in each iteration via the Kalman Gain. However, this neglects non-linear PSM behavior. In the ideal scenario, the method would instead:

  1. Select an optimal sensor
  2. Update PSM input variables via the Kalman Gain
  3. Re-run the PSMs, and
  4. Assess the next optimal sensor using the updated estimates.

To implement this, the optimal sensor will need to be able to store PSMs and an ensemble of PSM input variables. It will also need to implement some sort of error checking to ensure that PSM outputs are valid -- this might be accomplished via PSM.estimate.

@JonKing93 JonKing93 changed the title os needs to be updated to check PSM output Optimal Sensor with embedded PSMs Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant