File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ignore/*
19
19
test.ipynb
20
20
* .csv
21
21
* .lprof
22
- docs /source /generated /*
22
+ docs /source /_generated /*
23
23
docs /out /*
24
24
examples /archive /*
25
25
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ To generate experimental designs, there are two main options:
62
62
[ a-priori variance ratios] ( https://pyoptex.readthedocs.io/en/latest/_docs/doe/customization.html#cust-bayesian-ratio )
63
63
in designs with hard-to-change factors.
64
64
65
+ * High-performance ** model selection** using
66
+ [ SAMS] ( https://pyoptex.readthedocs.io/en/latest/_docs/analysis/customization.html#a-cust-sams )
67
+ (simulated annealing model selection)
68
+ [ (Wolters and Bingham, 2012)] ( https://www.tandfonline.com/doi/abs/10.1198/TECH.2011.08157 ) .
65
69
66
70
## Getting started
67
71
Original file line number Diff line number Diff line change 6
6
.. rubric :: Modules
7
7
8
8
.. autosummary ::
9
- :toctree: generated
9
+ :toctree: _generated
10
10
:template: module.rst
11
11
:recursive:
12
12
Original file line number Diff line number Diff line change @@ -38,16 +38,18 @@ To generate experimental designs, there are two main options:
38
38
39
39
The overview of the PyOptEx package.
40
40
41
- See the :ref: `quickstart ` for more information on how to generate different kinds of
41
+ See the design of experiments :ref: `quickstart ` for more information on how to generate different kinds of
42
42
designs. See :ref: `customization ` for a more detailed explanation on how to tune and
43
43
customize each algorithm. Reseachers can find more information here
44
44
on how to design custom criteria. The example scenarios are noted in :ref: `d_example_scenarios `.
45
45
Finally, see :ref: `performance ` for some tips on how
46
46
to make the algorithm run faster.
47
47
48
+ To analyze the data after the experiment, have a look at the analysis :ref: `a_quickstart `.
49
+
48
50
.. note ::
49
51
50
- This project is under active development. Analysis and model selection will follow.
52
+ This project is under active development.
51
53
52
54
Main features
53
55
-------------
@@ -67,6 +69,8 @@ Main features
67
69
:ref: `linear model <cust_model >`, :ref: `encoding of the categorical factors <cust_cat_encoding >`, and much more.
68
70
* Directly optimize for **Bayesian ** :ref: `a-priori variance ratios <cust_bayesian_ratio >` in designs with
69
71
hard-to-change factors.
72
+ * High-performance **model selection ** using :ref: `SAMS <a_cust_sams >` (simulated annealing model selection)
73
+ `(Wolters and Bingham, 2012) <https://www.tandfonline.com/doi/abs/10.1198/TECH.2011.08157 >`_.
70
74
71
75
Documentation
72
76
-------------
You can’t perform that action at this time.
0 commit comments