Skip to content

Commit a42d8e1

Browse files
committed
Writes a first version of the docs for some poli baselines
1 parent 82dafb8 commit a42d8e1

16 files changed

+354
-15
lines changed

docs/protein-optimization/_autosummary/poli.objective_repository.foldx_sasa.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poli.objective\_repository.foldx\_sasa
1+
poli.objective\_repository.foldx\_sasa
22
======================================
33

44
.. automodule:: poli.objective_repository.foldx_sasa

docs/protein-optimization/_autosummary/poli.objective_repository.foldx_stability.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poli.objective\_repository.foldx\_stability
1+
poli.objective\_repository.foldx\_stability
22
===========================================
33

44
.. automodule:: poli.objective_repository.foldx_stability

docs/protein-optimization/_autosummary/poli.objective_repository.gfp_cbas.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poli.objective\_repository.gfp\_cbas
1+
poli.objective\_repository.gfp\_cbas
22
====================================
33

44
.. automodule:: poli.objective_repository.gfp_cbas
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
poli.objective\_repository.rfp\_foldx\_stability\_and\_sasa.register
2+
====================================================================
3+
4+
.. automodule:: poli.objective_repository.rfp_foldx_stability_and_sasa.register
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
.. rubric:: Classes
17+
18+
.. autosummary::
19+
20+
RFPFoldXStabilityAndSASABlackBox
21+
RFPFoldXStabilityAndSASAProblemFactory
22+
23+
24+
25+
26+
27+
28+
29+
30+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
poli.objective\_repository.rfp\_foldx\_stability\_and\_sasa
2+
===========================================================
3+
4+
.. automodule:: poli.objective_repository.rfp_foldx_stability_and_sasa
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
.. rubric:: Modules
25+
26+
.. autosummary::
27+
:toctree:
28+
:recursive:
29+
30+
poli.objective_repository.rfp_foldx_stability_and_sasa.register
31+

docs/protein-optimization/_autosummary/poli.objective_repository.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poli.objective\_repository
1+
poli.objective\_repository
22
==========================
33

44
.. automodule:: poli.objective_repository
@@ -40,6 +40,7 @@ poli.objective\_repository
4040
poli.objective_repository.rasp
4141
poli.objective_repository.rdkit_logp
4242
poli.objective_repository.rdkit_qed
43+
poli.objective_repository.rfp_foldx_stability_and_sasa
4344
poli.objective_repository.sa_tdc
4445
poli.objective_repository.super_mario_bros
4546
poli.objective_repository.toy_continuous_problem
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
poli.tests.registry.proteins.test\_foldx\_rfp\_lambo
2+
====================================================
3+
4+
.. automodule:: poli.tests.registry.proteins.test_foldx_rfp_lambo
5+
6+
7+
8+
9+
10+
11+
12+
.. rubric:: Functions
13+
14+
.. autosummary::
15+
16+
test_foldx_rfp_lambo_runs
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
poli.tests.registry.test\_passing\_array\_of\_strings
2+
=====================================================
3+
4+
.. automodule:: poli.tests.registry.test_passing_array_of_strings
5+
6+
7+
8+
9+
10+
11+
12+
.. rubric:: Functions
13+
14+
.. autosummary::
15+
16+
test_passing_array_of_strings
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+

docs/protein-optimization/_toc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ parts:
3131
- file: using_poli/objective_repository/foldx_sasa.md
3232
- file: using_poli/objective_repository/RaSP.md
3333
- file: using_poli/objective_repository/super_mario_bros.md
34+
- caption: "Optimizers"
35+
chapters:
36+
- file: using_poli_baselines/random_mutations.md
37+
- file: using_poli_baselines/cma_es.md
38+
- file: using_poli_baselines/nsga_2.md
39+
- file: using_poli_baselines/bayesian_optimization.md
40+
- file: using_poli_baselines/line_bayesian_optimization.md
3441
- caption: "Observers"
3542
chapters:
3643
- file: observers/registering_an_observer.md

docs/protein-optimization/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,28 +116,28 @@ On top of `poli`, we provide `poli-baselines`, a collection of **black-box optim
116116
Optimizing a discrete sequence by performing random mutations
117117
:::
118118

119-
:::{grid-item-card} NSGA-2
119+
:::{grid-item-card} Discrete NSGA-2
120120
:link: ./using_poli_baselines/nsga_2.html
121121
:columns: 6
122-
A Genetic algorithm for optimizing more than one metric [WIP]
122+
A Genetic algorithm for multi-objective optimization of discrete sequences
123123
:::
124124

125125
:::{grid-item-card} CMA-ES
126126
:link: ./using_poli_baselines/cma_es.html
127127
:columns: 6
128-
An evolutionary strategy for continuous problems [WIP]
128+
An evolutionary strategy for continuous problems
129129
:::
130130

131-
:::{grid-item-card} Latent Space Bayesian Optimization
131+
:::{grid-item-card} Bayesian Optimization
132132
:link: ./using_poli_baselines/latent_space_bo.html
133133
:columns: 6
134134
Learning continuous representations and optimizing in latent space. [WIP]
135135
:::
136136

137-
:::{grid-item-card} Graph GA
138-
:link: ./using_poli_baselines/graph_ga.html
137+
:::{grid-item-card} Line Bayesian Optimization
138+
:link: ./using_poli_baselines/latent_space_bo.html
139139
:columns: 6
140-
Graph Genetic Algorithms for small molecules. [WIP]
140+
Learning continuous representations and optimizing in latent space. [WIP]
141141
:::
142142

143143
::::

0 commit comments

Comments
 (0)