-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add One-Hot Encoding for Static FSMs (#2037)
* cli options * static control tests * fsm implementation type * FSM allocation * extended instatiation of staticfsm object with one hot encoding * one hot * clippy * clippy * does this make clippy stop complainng * one-hot initialize to 00001 * cleaner code * loose ends * code refactoring * hopefully github shows fewer changes * clippy * rewrite tests * documentation, code cleaning * better documentation * higher one-hot cutoff --------- Co-authored-by: Parth Sarkar <[email protected]>
- Loading branch information
1 parent
cf8224e
commit 015da80
Showing
25 changed files
with
850 additions
and
219 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.