dynamo - Dynamic programming for Adaptive Modeling and Optimization
- Install MATLAB (R2017a or latter preferred)
- Clone this repository
- Open the Home>Set Path dialog and click on
Add Folder
to add the following folders to thePATH
:$DYNAMO_Root/src
$DYNAMO_Root/extern
(Add all subfolders for this one)
Explore the example
directory. The multi_inventory
and Storage_Size_for_PV
examples are best well tested.
-
Add:
$DYNAMO_Root/example/multi_inventory
and$DYNAMO_Root/example/Storage_Size_for_PV
to your MATLAB path -
Change to the
$DYNAMO_Root/test
folder -
Run the following command to run all unit and doctest-based tests
dynamo_test_all