Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions OptimizingController/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Optimizing Controller

Implementation of the adaptation modules that choose are used to adapt to changes in inputs and operating environment.

The implementation of the adaptation modules is found in [./src/controller/optimizing_controller.rs](./src/controller/optimizing_controller.rs). Adaptive control-specific details are found in [./src/controller/xup_state.rs](./src/controller/xup_state.rs) and [./src/kalman_filter.rs](./src/kalman_filter.rs).

At a high-level the controllers are responsible for determining the rate at which the application/system needs to be slowed down or sped up.
1 change: 0 additions & 1 deletion OptimizingController/target/.rustc_info.json

This file was deleted.

3 changes: 0 additions & 3 deletions OptimizingController/target/CACHEDIR.TAG

This file was deleted.

Empty file.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading