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 Folderto 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_inventoryand$DYNAMO_Root/example/Storage_Size_for_PVto your MATLAB path -
Change to the
$DYNAMO_Root/testfolder -
Run the following command to run all unit and doctest-based tests
dynamo_test_all