Obsidian/Zettelkasten/Permanent Notes/20250829114522-hybrid-systems.md
Dane Sabo d61642ad5a Auto sync: 2025-09-02 14:34:32 (12 files changed)
M  .sessions/Journal.vim

M  .sessions/nvim_config.vim

A  Writing/ERLM/dane_proposal_format.cls

A  Writing/ERLM/main.aux

A  Writing/ERLM/main.fdb_latexmk

A  Writing/ERLM/main.fls

A  Writing/ERLM/main.log

A  Writing/ERLM/main.pdf
2025-09-02 14:34:32 -04:00

25 lines
782 B
Markdown

---
id: 20250829114522
title: Hybrid Systems
type: permanent
created: 2025-08-29T15:45:22Z
modified: 2025-08-29T15:48:22Z
tags: []
---
# Hybrid Systems
Hybrid systems are those that mix continuous dynamics with
discrete dynamics. This can mean physical phenomena
controlled by something discrete like a logic based
controller, or more interestingly controllers that switch
control laws based on different circumstances.
Gemini AI says a good example of a hybrid controller is a
robot that uses a movement controller until it reaches a
target, and then switching to a force controller thereafter.
The continuous dynamics and physics have not changed, but
the derived model of the physics has entirely in a discrete
way. This kind of 'mode' switching is called being
event-driven.