Skip to content

Commit 43acd04

Browse files
committed
small doc update
1 parent 7d85e12 commit 43acd04

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/source/pages/advanced_configuration.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ momentum_weight = 0.3
4646

4747
Due to the complexity and nuances of simultaneous calibration, the required tables of observed values (`observed_entering_workforce` and `observed_exiting_workforce`) are hard-coded, and an error will be raised if they are not loaded.
4848

49+
**If you want to skip calibration, just delete or comment out these entrances from the configuration file like this:**
50+
51+
```toml
52+
# [employment_module_config.simultaneous_calibration_config]
53+
# tolerance = 100
54+
# max_iter = 2
55+
# learning_rate = 2
56+
# momentum_weight = 0.3
57+
```
58+
4959
<!-- **If you instead want to use simple calibration**
5060
5161
We need to define the following:
@@ -67,7 +77,6 @@ max_iter = 1000
6777
6878
This will allow DEMOS to execute calibration on each of the two modules in the employment module.
6979
70-
**If you want to skip calibration, just delete these entrances from the configuration file.**-->
7180
7281
<!-- See the example config for more options, including output tables, calibration, and module selection. -->
7382

0 commit comments

Comments
 (0)