Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 618 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 618 Bytes

LoopAlgorithm

Platform

LoopAlgorithm predicts future blood glucose from insulin, carb, and historic glucose data, and generates dosing recommendations.

Please understand that this project:

  • Is highly experimental
  • Is not approved for therapy

Command Line Runner

There is a command line utility that will run the algorithm with a scenario input file:

swift build
./.build/debug/LoopAlgorithmRunner Tests/LoopAlgorithmTests/Fixtures/suspend_scenario.json > output.json