update readme
This commit is contained in:
parent
104da824a2
commit
d7e6c1ba0d
|
|
@ -42,7 +42,8 @@ and see how it evolves. We can then use these results to inform business decisio
|
|||
* ##### [Tutorials](tutorials)
|
||||
* ##### [System Model Configuration](documentation/Simulation_Configuration.md)
|
||||
* ##### [System Simulation Execution](documentation/Simulation_Execution.md)
|
||||
|
||||
* ##### [Policy Aggregation](documentation/Policy_Aggregation.md)
|
||||
* ##### [System Model Parameter Sweep](documentation/System_Model_Parameter_Sweep.md)
|
||||
|
||||
#### 0. Installation:
|
||||
|
||||
|
|
|
|||
|
|
@ -134,8 +134,8 @@ for sys_model_AB_raw_result, sys_model_AB_tensor_field in sys_model_AB_simulatio
|
|||
i += 1
|
||||
```
|
||||
|
||||
* ##### *Parameter Sweep*
|
||||
Documentation: [System Model Parameter Sweep](System_Model_Parameter_Sweep.md)
|
||||
* ##### [*System Model Parameter Sweep*](System_Model_Parameter_Sweep.md)
|
||||
|
||||
[Example:](examples/param_sweep.py) `/documentation/examples/param_sweep.py`
|
||||
```python
|
||||
import pandas as pd
|
||||
|
|
|
|||
Loading…
Reference in New Issue