Skip to content

BCM-Neurosurgery/ControllerModeling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ControllerModeling

Overview

Fit continuous controllers of a proportional-integral nature. Estimate the mixing coefficient that determines how each controller contributes to the actor's control at each moment ( t ).

Best practice is to follow the example in the notebook: controllers/Notebooks/Example_NoSlack.ipynb

Usage:

UNIX-like

./fit_all_controllers.sh /path/to/input_dir -o /path/to/output_dir

Windows batch

fit_all_controllers.bat path\to\input_dir -o path\to\output_dir

PowerShell

.\fit_all_controllers.ps1 -input_dir "C:\path\to\input_dir" -output_dir "C:\path\to\output_dir"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.0%
  • Jupyter Notebook 36.9%
  • Other 0.1%