1515 < script >
1616 // Current page data
1717 var mkdocs_page_name = "cpm.generators" ;
18- var mkdocs_page_input_path = "references /generators.md" ;
18+ var mkdocs_page_input_path = "api /generators.md" ;
1919 var mkdocs_page_url = null ;
2020 </ script >
2121
5151 < li class ="toctree-l1 "> < a class ="reference internal " href ="../.. "> Home</ a >
5252 </ li >
5353 </ ul >
54+ < p class ="caption "> < span class ="caption-text "> Getting Started</ span > </ p >
5455 < ul >
55- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../about/ "> About</ a >
56- </ li >
57- </ ul >
58- < ul >
59- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../roadmap/ "> Roadmap</ a >
60- </ li >
61- </ ul >
62- < p class ="caption "> < span class ="caption-text "> User Guide</ span > </ p >
63- < ul >
64- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../tutorials/getting-started/ "> Getting Started</ a >
65- </ li >
66- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../tutorials/data-format/ "> Data formats</ a >
67- </ li >
68- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../tutorials/parameters/ "> Specify your parameters</ a >
69- </ li >
70- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../tutorials/defining-model/ "> Build your model</ a >
56+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../../installation/ "> Installation</ a >
7157 </ li >
72- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../tutorials/fitting/ " > Fitting your models to data </ a >
58+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../../troubleshooting/ " > Troubleshooting </ a >
7359 </ li >
74- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../tutorials/troubleshooting/ " > Troubleshooting </ a >
60+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../../roadmap/ " > Roadmap </ a >
7561 </ li >
7662 </ ul >
7763 < p class ="caption "> < span class ="caption-text "> Examples</ span > </ p >
8268 </ li >
8369 < li class ="toctree-l1 "> < a class ="reference internal " href ="../../examples/example3/ "> Example 3: Estimating Empirical Priors</ a >
8470 </ li >
85- < li class ="toctree-l1 "> < a class ="reference internal " href ="../../examples/example4/ "> Example 4: Scaling to the cluster</ a >
71+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../../examples/example4/ "> Example 4: Scale to hypercomputing cluster</ a >
72+ </ li >
73+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../../examples/example5/ "> Example 5: Estimating meta-d (metacognitive efficiency)</ a >
8674 </ li >
8775 </ ul >
88- < p class ="caption "> < span class ="caption-text "> API reference </ span > </ p >
76+ < p class ="caption "> < span class ="caption-text "> API Reference </ span > </ p >
8977 < ul class ="current ">
90- < li class ="toctree-l1 "> < a class ="reference internal " href ="../applications/ "> cpm.applications</ a >
91- </ li >
92- < li class ="toctree-l1 "> < a class ="reference internal " href ="../models/ "> cpm.models</ a >
93- </ li >
9478 < li class ="toctree-l1 current "> < a class ="reference internal current " href ="# "> cpm.generators</ a >
9579 < ul class ="current ">
9680 < li class ="toctree-l2 "> < a class ="reference internal " href ="#cpm.generators.Value "> Value</ a >
156140 </ ul >
157141 </ li >
158142 </ ul >
143+ </ li >
144+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../models/ "> cpm.models</ a >
159145 </ li >
160146 < li class ="toctree-l1 "> < a class ="reference internal " href ="../optimisation/ "> cpm.optimisation</ a >
161147 </ li >
162148 < li class ="toctree-l1 "> < a class ="reference internal " href ="../hierarchical/ "> cpm.hierarchical</ a >
163149 </ li >
150+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../applications/ "> cpm.applications</ a >
151+ </ li >
164152 < li class ="toctree-l1 "> < a class ="reference internal " href ="../utils/ "> cpm.utils</ a >
165153 </ li >
166154 </ ul >
178166 < div class ="rst-content "> < div role ="navigation " aria-label ="breadcrumbs navigation ">
179167 < ul class ="wy-breadcrumbs ">
180168 < li > < a href ="../.. " class ="icon icon-home " aria-label ="Docs "> </ a > </ li >
181- < li class ="breadcrumb-item "> API reference </ li >
169+ < li class ="breadcrumb-item "> API Reference </ li >
182170 < li class ="breadcrumb-item active "> cpm.generators</ li >
183171 < li class ="wy-breadcrumbs-aside ">
184172 </ li >
@@ -1100,7 +1088,6 @@ <h2 id="cpm.generators.Wrapper" class="doc doc-heading">
11001088< li > 'dependent': Any dependent variables calculated by the model that will be used for the loss function.</ li >
11011089</ ul >
11021090< p > If a model output contains any keys that are also present in parameters, it updates those in the parameters based on the model output.</ p >
1103- < p > Information on how to compile the model can be found in the [Tutorials - Build your model][/tutorials/defining-model] module.</ p >
11041091</ details >
11051092
11061093
@@ -1714,8 +1701,8 @@ <h3 id="cpm.generators.Simulator.update" class="doc doc-heading">
17141701 </ div >
17151702 </ div > < footer >
17161703 < div class ="rst-footer-buttons " role ="navigation " aria-label ="Footer Navigation ">
1717- < a href ="../models/ " class ="btn btn-neutral float-left " title ="cpm.models "> < span class ="icon icon-circle-arrow-left "> </ span > Previous</ a >
1718- < a href ="../optimisation / " class ="btn btn-neutral float-right " title ="cpm.optimisation "> Next < span class ="icon icon-circle-arrow-right "> </ span > </ a >
1704+ < a href ="../../examples/example5/ " class ="btn btn-neutral float-left " title ="Example 5: Estimating meta-d (metacognitive efficiency) "> < span class ="icon icon-circle-arrow-left "> </ span > Previous</ a >
1705+ < a href ="../models / " class ="btn btn-neutral float-right " title ="cpm.models "> Next < span class ="icon icon-circle-arrow-right "> </ span > </ a >
17191706 </ div >
17201707
17211708 < hr />
@@ -1738,17 +1725,19 @@ <h3 id="cpm.generators.Simulator.update" class="doc doc-heading">
17381725 < span class ="rst-current-version " data-toggle ="rst-current-version ">
17391726
17401727
1741- < span > < a href ="../models / " style ="color: #fcfcfc "> « Previous</ a > </ span >
1728+ < span > < a href ="../../examples/example5 / " style ="color: #fcfcfc "> « Previous</ a > </ span >
17421729
17431730
1744- < span > < a href ="../optimisation / " style ="color: #fcfcfc "> Next »</ a > </ span >
1731+ < span > < a href ="../models / " style ="color: #fcfcfc "> Next »</ a > </ span >
17451732
17461733 </ span >
17471734</ div >
17481735 < script src ="../../js/jquery-3.6.0.min.js "> </ script >
17491736 < script > var base_url = "../.." ; </ script >
17501737 < script src ="../../js/theme_extra.js "> </ script >
17511738 < script src ="../../js/theme.js "> </ script >
1739+ < script src ="../.. "> </ script >
1740+ < script src ="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js "> </ script >
17521741 < script src ="../../search/main.js "> </ script >
17531742 < script >
17541743 jQuery ( function ( ) {
0 commit comments