├── .gitignore ├── LICENSE ├── README.md ├── docs ├── Makefile ├── conf.py ├── dynamo.DP.rst ├── dynamo.parDP.rst ├── index.rst └── make.bat ├── example ├── Storage_Size_for_PV │ ├── FlexDesign_StoragePV_DP.xlsx │ ├── Palmintier et al. - 2016 - Design Flexibility for Uncertain Distributed Gener.pdf │ ├── README.md │ ├── SimpleStoragePvDecisionApply.m │ ├── SimpleStoragePvDecisionSet.m │ ├── SimpleStoragePvDecisionValue.m │ ├── SimpleStoragePvOps.m │ ├── SimpleStoragePvOpsRaw.m │ ├── SimpleStoragePvRandomApply.m │ ├── SimpleStoragePvRandomValue.m │ ├── SimpleStoragePvSetupParams.m │ ├── SimpleStoragePvSetupProblem.m │ ├── SimpleStoragePvSetupStates.m │ ├── SimpleStoragePvTerminalValue.m │ ├── SimpleStoragePv_demo.m │ ├── jeromq-0.2.0.jar │ └── zmq_client.m ├── inventory │ ├── InvDecisionApply.m │ ├── InvDecisionCost.m │ ├── InvDecisionSet.m │ ├── InvOps.m │ ├── InvRandomApply.m │ ├── InvRandomCost.m │ ├── InvSetupParams.m │ ├── InvTerminalValue.m │ ├── Inv_demo.m │ ├── README.md │ └── old │ │ ├── InvCost.m │ │ ├── InvDecision.m │ │ ├── InvState.m │ │ ├── InvTermValue.m │ │ ├── InvTransProb.m │ │ ├── InventoryCostToGoFn.m │ │ ├── InventoryDemandCost.m │ │ ├── InventoryStateIterator.m │ │ ├── InventoryStateTransistionProbability.m │ │ ├── InventoryTerminalValue.m │ │ ├── hw4_scratchpad.m │ │ ├── inv_adp_scratchpad.m │ │ ├── inventory1.m │ │ ├── inventory2.m │ │ ├── inventory3.m │ │ ├── inventory_adp.m │ │ ├── inventory_adp_regress.m │ │ ├── inventory_cost.m │ │ ├── inventory_cost_regress.m │ │ ├── inventory_dp.m │ │ ├── inventory_inf_horiz.m │ │ └── scratchpad.m └── multi_inventory │ ├── MultiInvDecisionApply.m │ ├── MultiInvDecisionCost.m │ ├── MultiInvDecisionSet.m │ ├── MultiInvOps.m │ ├── MultiInvRandomApply.m │ ├── MultiInvRandomCost.m │ ├── MultiInvSetupParams.m │ ├── MultiInvSetupProblem.m │ ├── MultiInvTerminalValue.m │ ├── MultiInv_demo.m │ ├── README.md │ └── example_inventory_results.mat ├── extern ├── allcomb │ ├── allcomb.m │ └── license.txt ├── doctest │ ├── README.html │ ├── README.rst │ ├── doc │ │ ├── README.m │ │ ├── add3.m │ │ ├── errors.m │ │ ├── formatting.m │ │ ├── gen_readme.m │ │ └── should_fail.m │ ├── doctest.m │ ├── doctest_compare.m │ ├── doctest_run.m │ └── license.txt └── kdtree │ ├── KDTree.h │ ├── KDTree.m │ ├── KDTree_demo.m │ ├── Makefile │ ├── MyHeaps.h │ ├── README │ ├── kdtree_ball_query.cpp │ ├── kdtree_ball_query.m │ ├── kdtree_ball_query.mexmaci64 │ ├── kdtree_ball_query.mexw64 │ ├── kdtree_ball_query_demo.m │ ├── kdtree_build.cpp │ ├── kdtree_build.m │ ├── kdtree_build.mexmaci64 │ ├── kdtree_build.mexw64 │ ├── kdtree_build_demo.m │ ├── kdtree_compile.m │ ├── kdtree_delete.cpp │ ├── kdtree_delete.m │ ├── kdtree_delete.mexmaci64 │ ├── kdtree_delete.mexw64 │ ├── kdtree_delete_demo.m │ ├── kdtree_figure_demo.m │ ├── kdtree_io_from_mat.cpp │ ├── kdtree_io_from_mat.mexmaci64 │ ├── kdtree_io_from_mat.mexw64 │ ├── kdtree_io_to_mat.cpp │ ├── kdtree_io_to_mat.mexmaci64 │ ├── kdtree_io_to_mat.mexw64 │ ├── kdtree_k_nearest_neighbor_demo.m │ ├── kdtree_k_nearest_neighbors.cpp │ ├── kdtree_k_nearest_neighbors.m │ ├── kdtree_k_nearest_neighbors.mexmaci64 │ ├── kdtree_k_nearest_neighbors.mexw64 │ ├── kdtree_k_nearest_neighbors_demo.m │ ├── kdtree_nearest_neighbor.cpp │ ├── kdtree_nearest_neighbor.m │ ├── kdtree_nearest_neighbor.mexmaci64 │ ├── kdtree_nearest_neighbor.mexw64 │ ├── kdtree_nearest_neighbor_demo.m │ ├── kdtree_range_query.cpp │ ├── kdtree_range_query.m │ ├── kdtree_range_query.mexmaci64 │ ├── kdtree_range_query.mexw64 │ └── kdtree_range_query_demo.m ├── src ├── AbstractSet.m ├── CapitalRecoveryFactor.m ├── CaveUpdate.m ├── CaveUpdateStep.m ├── CombinWithLimits.m ├── DefaultFields.m ├── DefaultOpts.m ├── DisplayProgress.m ├── EqFromSlope.m ├── FindOptDecFromVfun.m ├── FunFromSlope.m ├── FuncApprox.m ├── IntegerRangeFromReal.m ├── InterpFromSlope.m ├── MaxFromSlope.m ├── RandProcess.m ├── RandSetNextJoint.m ├── RandSetSample.m ├── RealRangeFromInteger.m ├── RoundTo.m ├── RunSaveExit.m ├── adpSBI.m ├── adpTD1.m ├── dpBI.m ├── duplicate_row_count.m ├── faDiscrete.m ├── faInterp.m ├── faLocalAvg.m ├── faLocalRegr.m ├── faThinPlate.m ├── ind2mat.m ├── mat2ind.m ├── misc │ ├── GittinsIndex.m │ ├── RandPartition.m │ ├── ReadGamsTable.m │ ├── cell2csv.m │ └── csv2cell.m ├── rms.m ├── rpDeterministic.m ├── rpDiscreteSample.m ├── rpLattice.m ├── rpMarkov.m ├── rpTransMatrix.m ├── setBasic.m ├── setCombinWithLimits.m ├── setList.m ├── setSingleItem.m ├── ss1overN.m ├── ss1overNrecur.m ├── ssHarmonic.m ├── ssHarmonic2C.m ├── ssHarmonicRecur.m ├── ssMcClain.m ├── ssSTC.m ├── ssSTC2C.m ├── ssSTC2Crecur.m ├── ssSTCrecur.m ├── update_scheduler.m ├── utilEqualWithTol.m ├── utilExtendRowVector.m ├── utilExtractProblemDim.m ├── utilFunctForProblem.m ├── utilMergeStruct.m ├── utilParSetup.m ├── utilRandSetCurState.m ├── utilRandSetup.m ├── utilRandStatefromState.m ├── utilSetupVfun.m └── verifyProblemStruct.m └── test ├── CaveTest.m ├── cave_scratchpad.m ├── compareStepSize.m ├── demoFuncApprox.m ├── demoRandPartition.m ├── demoSets.m ├── doctest_MultiInv.m ├── dynamo_test_all.m ├── testrpLattice.m └── testrpList.m /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | .DS_Store 3 | ~$*.xlsx 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/README.md -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/dynamo.DP.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/docs/dynamo.DP.rst -------------------------------------------------------------------------------- /docs/dynamo.parDP.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/docs/dynamo.parDP.rst -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/docs/make.bat -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/FlexDesign_StoragePV_DP.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/FlexDesign_StoragePV_DP.xlsx -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/Palmintier et al. - 2016 - Design Flexibility for Uncertain Distributed Gener.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/Palmintier et al. - 2016 - Design Flexibility for Uncertain Distributed Gener.pdf -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/README.md -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvDecisionApply.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvDecisionApply.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvDecisionSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvDecisionSet.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvDecisionValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvDecisionValue.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvOps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvOps.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvOpsRaw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvOpsRaw.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvRandomApply.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvRandomApply.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvRandomValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvRandomValue.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvSetupParams.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvSetupParams.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvSetupProblem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvSetupProblem.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvSetupStates.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvSetupStates.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePvTerminalValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePvTerminalValue.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/SimpleStoragePv_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/SimpleStoragePv_demo.m -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/jeromq-0.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/jeromq-0.2.0.jar -------------------------------------------------------------------------------- /example/Storage_Size_for_PV/zmq_client.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/Storage_Size_for_PV/zmq_client.m -------------------------------------------------------------------------------- /example/inventory/InvDecisionApply.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/InvDecisionApply.m -------------------------------------------------------------------------------- /example/inventory/InvDecisionCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/InvDecisionCost.m -------------------------------------------------------------------------------- /example/inventory/InvDecisionSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/InvDecisionSet.m -------------------------------------------------------------------------------- /example/inventory/InvOps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/InvOps.m -------------------------------------------------------------------------------- /example/inventory/InvRandomApply.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/InvRandomApply.m -------------------------------------------------------------------------------- /example/inventory/InvRandomCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/InvRandomCost.m -------------------------------------------------------------------------------- /example/inventory/InvSetupParams.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/InvSetupParams.m -------------------------------------------------------------------------------- /example/inventory/InvTerminalValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/InvTerminalValue.m -------------------------------------------------------------------------------- /example/inventory/Inv_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/Inv_demo.m -------------------------------------------------------------------------------- /example/inventory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/README.md -------------------------------------------------------------------------------- /example/inventory/old/InvCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InvCost.m -------------------------------------------------------------------------------- /example/inventory/old/InvDecision.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InvDecision.m -------------------------------------------------------------------------------- /example/inventory/old/InvState.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InvState.m -------------------------------------------------------------------------------- /example/inventory/old/InvTermValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InvTermValue.m -------------------------------------------------------------------------------- /example/inventory/old/InvTransProb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InvTransProb.m -------------------------------------------------------------------------------- /example/inventory/old/InventoryCostToGoFn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InventoryCostToGoFn.m -------------------------------------------------------------------------------- /example/inventory/old/InventoryDemandCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InventoryDemandCost.m -------------------------------------------------------------------------------- /example/inventory/old/InventoryStateIterator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InventoryStateIterator.m -------------------------------------------------------------------------------- /example/inventory/old/InventoryStateTransistionProbability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InventoryStateTransistionProbability.m -------------------------------------------------------------------------------- /example/inventory/old/InventoryTerminalValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/InventoryTerminalValue.m -------------------------------------------------------------------------------- /example/inventory/old/hw4_scratchpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/hw4_scratchpad.m -------------------------------------------------------------------------------- /example/inventory/old/inv_adp_scratchpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inv_adp_scratchpad.m -------------------------------------------------------------------------------- /example/inventory/old/inventory1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory1.m -------------------------------------------------------------------------------- /example/inventory/old/inventory2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory2.m -------------------------------------------------------------------------------- /example/inventory/old/inventory3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory3.m -------------------------------------------------------------------------------- /example/inventory/old/inventory_adp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory_adp.m -------------------------------------------------------------------------------- /example/inventory/old/inventory_adp_regress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory_adp_regress.m -------------------------------------------------------------------------------- /example/inventory/old/inventory_cost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory_cost.m -------------------------------------------------------------------------------- /example/inventory/old/inventory_cost_regress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory_cost_regress.m -------------------------------------------------------------------------------- /example/inventory/old/inventory_dp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory_dp.m -------------------------------------------------------------------------------- /example/inventory/old/inventory_inf_horiz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/inventory_inf_horiz.m -------------------------------------------------------------------------------- /example/inventory/old/scratchpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/inventory/old/scratchpad.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvDecisionApply.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvDecisionApply.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvDecisionCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvDecisionCost.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvDecisionSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvDecisionSet.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvOps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvOps.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvRandomApply.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvRandomApply.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvRandomCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvRandomCost.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvSetupParams.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvSetupParams.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvSetupProblem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvSetupProblem.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInvTerminalValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInvTerminalValue.m -------------------------------------------------------------------------------- /example/multi_inventory/MultiInv_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/MultiInv_demo.m -------------------------------------------------------------------------------- /example/multi_inventory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/README.md -------------------------------------------------------------------------------- /example/multi_inventory/example_inventory_results.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/example/multi_inventory/example_inventory_results.mat -------------------------------------------------------------------------------- /extern/allcomb/allcomb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/allcomb/allcomb.m -------------------------------------------------------------------------------- /extern/allcomb/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/allcomb/license.txt -------------------------------------------------------------------------------- /extern/doctest/README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/README.html -------------------------------------------------------------------------------- /extern/doctest/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/README.rst -------------------------------------------------------------------------------- /extern/doctest/doc/README.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doc/README.m -------------------------------------------------------------------------------- /extern/doctest/doc/add3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doc/add3.m -------------------------------------------------------------------------------- /extern/doctest/doc/errors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doc/errors.m -------------------------------------------------------------------------------- /extern/doctest/doc/formatting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doc/formatting.m -------------------------------------------------------------------------------- /extern/doctest/doc/gen_readme.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doc/gen_readme.m -------------------------------------------------------------------------------- /extern/doctest/doc/should_fail.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doc/should_fail.m -------------------------------------------------------------------------------- /extern/doctest/doctest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doctest.m -------------------------------------------------------------------------------- /extern/doctest/doctest_compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doctest_compare.m -------------------------------------------------------------------------------- /extern/doctest/doctest_run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/doctest_run.m -------------------------------------------------------------------------------- /extern/doctest/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/doctest/license.txt -------------------------------------------------------------------------------- /extern/kdtree/KDTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/KDTree.h -------------------------------------------------------------------------------- /extern/kdtree/KDTree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/KDTree.m -------------------------------------------------------------------------------- /extern/kdtree/KDTree_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/KDTree_demo.m -------------------------------------------------------------------------------- /extern/kdtree/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/Makefile -------------------------------------------------------------------------------- /extern/kdtree/MyHeaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/MyHeaps.h -------------------------------------------------------------------------------- /extern/kdtree/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/README -------------------------------------------------------------------------------- /extern/kdtree/kdtree_ball_query.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_ball_query.cpp -------------------------------------------------------------------------------- /extern/kdtree/kdtree_ball_query.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_ball_query.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_ball_query.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_ball_query.mexmaci64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_ball_query.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_ball_query.mexw64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_ball_query_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_ball_query_demo.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_build.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_build.cpp -------------------------------------------------------------------------------- /extern/kdtree/kdtree_build.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_build.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_build.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_build.mexmaci64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_build.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_build.mexw64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_build_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_build_demo.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_compile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_compile.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_delete.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_delete.cpp -------------------------------------------------------------------------------- /extern/kdtree/kdtree_delete.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_delete.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_delete.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_delete.mexmaci64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_delete.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_delete.mexw64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_delete_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_delete_demo.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_figure_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_figure_demo.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_io_from_mat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_io_from_mat.cpp -------------------------------------------------------------------------------- /extern/kdtree/kdtree_io_from_mat.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_io_from_mat.mexmaci64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_io_from_mat.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_io_from_mat.mexw64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_io_to_mat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_io_to_mat.cpp -------------------------------------------------------------------------------- /extern/kdtree/kdtree_io_to_mat.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_io_to_mat.mexmaci64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_io_to_mat.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_io_to_mat.mexw64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_k_nearest_neighbor_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_k_nearest_neighbor_demo.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_k_nearest_neighbors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_k_nearest_neighbors.cpp -------------------------------------------------------------------------------- /extern/kdtree/kdtree_k_nearest_neighbors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_k_nearest_neighbors.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_k_nearest_neighbors.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_k_nearest_neighbors.mexmaci64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_k_nearest_neighbors.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_k_nearest_neighbors.mexw64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_k_nearest_neighbors_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_k_nearest_neighbors_demo.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_nearest_neighbor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_nearest_neighbor.cpp -------------------------------------------------------------------------------- /extern/kdtree/kdtree_nearest_neighbor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_nearest_neighbor.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_nearest_neighbor.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_nearest_neighbor.mexmaci64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_nearest_neighbor.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_nearest_neighbor.mexw64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_nearest_neighbor_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_nearest_neighbor_demo.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_range_query.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_range_query.cpp -------------------------------------------------------------------------------- /extern/kdtree/kdtree_range_query.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_range_query.m -------------------------------------------------------------------------------- /extern/kdtree/kdtree_range_query.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_range_query.mexmaci64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_range_query.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_range_query.mexw64 -------------------------------------------------------------------------------- /extern/kdtree/kdtree_range_query_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/extern/kdtree/kdtree_range_query_demo.m -------------------------------------------------------------------------------- /src/AbstractSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/AbstractSet.m -------------------------------------------------------------------------------- /src/CapitalRecoveryFactor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/CapitalRecoveryFactor.m -------------------------------------------------------------------------------- /src/CaveUpdate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/CaveUpdate.m -------------------------------------------------------------------------------- /src/CaveUpdateStep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/CaveUpdateStep.m -------------------------------------------------------------------------------- /src/CombinWithLimits.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/CombinWithLimits.m -------------------------------------------------------------------------------- /src/DefaultFields.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/DefaultFields.m -------------------------------------------------------------------------------- /src/DefaultOpts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/DefaultOpts.m -------------------------------------------------------------------------------- /src/DisplayProgress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/DisplayProgress.m -------------------------------------------------------------------------------- /src/EqFromSlope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/EqFromSlope.m -------------------------------------------------------------------------------- /src/FindOptDecFromVfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/FindOptDecFromVfun.m -------------------------------------------------------------------------------- /src/FunFromSlope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/FunFromSlope.m -------------------------------------------------------------------------------- /src/FuncApprox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/FuncApprox.m -------------------------------------------------------------------------------- /src/IntegerRangeFromReal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/IntegerRangeFromReal.m -------------------------------------------------------------------------------- /src/InterpFromSlope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/InterpFromSlope.m -------------------------------------------------------------------------------- /src/MaxFromSlope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/MaxFromSlope.m -------------------------------------------------------------------------------- /src/RandProcess.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/RandProcess.m -------------------------------------------------------------------------------- /src/RandSetNextJoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/RandSetNextJoint.m -------------------------------------------------------------------------------- /src/RandSetSample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/RandSetSample.m -------------------------------------------------------------------------------- /src/RealRangeFromInteger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/RealRangeFromInteger.m -------------------------------------------------------------------------------- /src/RoundTo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/RoundTo.m -------------------------------------------------------------------------------- /src/RunSaveExit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/RunSaveExit.m -------------------------------------------------------------------------------- /src/adpSBI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/adpSBI.m -------------------------------------------------------------------------------- /src/adpTD1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/adpTD1.m -------------------------------------------------------------------------------- /src/dpBI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/dpBI.m -------------------------------------------------------------------------------- /src/duplicate_row_count.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/duplicate_row_count.m -------------------------------------------------------------------------------- /src/faDiscrete.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/faDiscrete.m -------------------------------------------------------------------------------- /src/faInterp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/faInterp.m -------------------------------------------------------------------------------- /src/faLocalAvg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/faLocalAvg.m -------------------------------------------------------------------------------- /src/faLocalRegr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/faLocalRegr.m -------------------------------------------------------------------------------- /src/faThinPlate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/faThinPlate.m -------------------------------------------------------------------------------- /src/ind2mat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ind2mat.m -------------------------------------------------------------------------------- /src/mat2ind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/mat2ind.m -------------------------------------------------------------------------------- /src/misc/GittinsIndex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/misc/GittinsIndex.m -------------------------------------------------------------------------------- /src/misc/RandPartition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/misc/RandPartition.m -------------------------------------------------------------------------------- /src/misc/ReadGamsTable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/misc/ReadGamsTable.m -------------------------------------------------------------------------------- /src/misc/cell2csv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/misc/cell2csv.m -------------------------------------------------------------------------------- /src/misc/csv2cell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/misc/csv2cell.m -------------------------------------------------------------------------------- /src/rms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/rms.m -------------------------------------------------------------------------------- /src/rpDeterministic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/rpDeterministic.m -------------------------------------------------------------------------------- /src/rpDiscreteSample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/rpDiscreteSample.m -------------------------------------------------------------------------------- /src/rpLattice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/rpLattice.m -------------------------------------------------------------------------------- /src/rpMarkov.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/rpMarkov.m -------------------------------------------------------------------------------- /src/rpTransMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/rpTransMatrix.m -------------------------------------------------------------------------------- /src/setBasic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/setBasic.m -------------------------------------------------------------------------------- /src/setCombinWithLimits.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/setCombinWithLimits.m -------------------------------------------------------------------------------- /src/setList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/setList.m -------------------------------------------------------------------------------- /src/setSingleItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/setSingleItem.m -------------------------------------------------------------------------------- /src/ss1overN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ss1overN.m -------------------------------------------------------------------------------- /src/ss1overNrecur.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ss1overNrecur.m -------------------------------------------------------------------------------- /src/ssHarmonic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ssHarmonic.m -------------------------------------------------------------------------------- /src/ssHarmonic2C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ssHarmonic2C.m -------------------------------------------------------------------------------- /src/ssHarmonicRecur.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ssHarmonicRecur.m -------------------------------------------------------------------------------- /src/ssMcClain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ssMcClain.m -------------------------------------------------------------------------------- /src/ssSTC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ssSTC.m -------------------------------------------------------------------------------- /src/ssSTC2C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ssSTC2C.m -------------------------------------------------------------------------------- /src/ssSTC2Crecur.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ssSTC2Crecur.m -------------------------------------------------------------------------------- /src/ssSTCrecur.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/ssSTCrecur.m -------------------------------------------------------------------------------- /src/update_scheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/update_scheduler.m -------------------------------------------------------------------------------- /src/utilEqualWithTol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilEqualWithTol.m -------------------------------------------------------------------------------- /src/utilExtendRowVector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilExtendRowVector.m -------------------------------------------------------------------------------- /src/utilExtractProblemDim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilExtractProblemDim.m -------------------------------------------------------------------------------- /src/utilFunctForProblem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilFunctForProblem.m -------------------------------------------------------------------------------- /src/utilMergeStruct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilMergeStruct.m -------------------------------------------------------------------------------- /src/utilParSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilParSetup.m -------------------------------------------------------------------------------- /src/utilRandSetCurState.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilRandSetCurState.m -------------------------------------------------------------------------------- /src/utilRandSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilRandSetup.m -------------------------------------------------------------------------------- /src/utilRandStatefromState.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilRandStatefromState.m -------------------------------------------------------------------------------- /src/utilSetupVfun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/utilSetupVfun.m -------------------------------------------------------------------------------- /src/verifyProblemStruct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/src/verifyProblemStruct.m -------------------------------------------------------------------------------- /test/CaveTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/CaveTest.m -------------------------------------------------------------------------------- /test/cave_scratchpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/cave_scratchpad.m -------------------------------------------------------------------------------- /test/compareStepSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/compareStepSize.m -------------------------------------------------------------------------------- /test/demoFuncApprox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/demoFuncApprox.m -------------------------------------------------------------------------------- /test/demoRandPartition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/demoRandPartition.m -------------------------------------------------------------------------------- /test/demoSets.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/demoSets.m -------------------------------------------------------------------------------- /test/doctest_MultiInv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/doctest_MultiInv.m -------------------------------------------------------------------------------- /test/dynamo_test_all.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/dynamo_test_all.m -------------------------------------------------------------------------------- /test/testrpLattice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/testrpLattice.m -------------------------------------------------------------------------------- /test/testrpList.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NREL/dynamo/HEAD/test/testrpList.m --------------------------------------------------------------------------------