Skip to content

Commit 01a8b16

Browse files
committed
Adds a page with all the objectives
1 parent da7a7ef commit 01a8b16

File tree

2 files changed

+93
-16
lines changed

2 files changed

+93
-16
lines changed

docs/protein-optimization/index.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Our promise is: if you can run your objective function reliably in a `conda` env
99

1010
## Black-box objective functions
1111

12-
These are some objective functions available on `poli`. **For a full list**, check [getting started](./getting_started/getting_started.md).
12+
These are some objective functions available on `poli`. **For a full list**, [check here](./using_poli/objective_repository/all_objectives.md).
1313

1414

1515
### Toy problems
@@ -81,18 +81,7 @@ Rapid Stability Predictions of single mutations from a wildtype. [WIP]
8181

8282
::::
8383

84-
### Other
8584

86-
::::{grid}
87-
:gutter: 3
88-
89-
:::{grid-item-card} Mario jumps
90-
:link: ./using_poli/objective_repository/super_mario_bros.html
91-
:columns: 6
92-
Optimizing the number of jumps on a Super Mario Bros level
93-
:::
94-
95-
::::
9685
## Black-box optimization algorithms
9786

9887
On top of `poli`, we provide `poli-baselines`, a collection of **black-box optimization algorithms** (focusing especially on *discrete* sequences). Examples include
@@ -136,10 +125,6 @@ Graph Genetic Algorithms for small molecules. [WIP]
136125

137126
A good place to start is the next chapter! [Go to Getting Started](./getting_started/getting_started.md).
138127

139-
<!-- ## Contents of the book
140-
141-
```{tableofcontents}
142-
``` -->
143128

144129
## Contribute problems or solvers
145130

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# All objective functions
2+
3+
These are all the objective functions available on `poli`. Click on one of them to get a minimal working example of how to use it.
4+
5+
6+
### Toy problems
7+
8+
::::{grid}
9+
:gutter: 3
10+
11+
:::{grid-item-card} White noise
12+
:link: ./using_poli/objective_repository/white_noise.html
13+
:columns: 6
14+
White noise drawn from a unit Gaussian
15+
:::
16+
17+
:::{grid-item-card} Aloha
18+
:link: ./using_poli/objective_repository/aloha.html
19+
:columns: 6
20+
A toy example about optimizing 5-letter words to spell "ALOHA"
21+
:::
22+
23+
::::
24+
25+
### Small molecules
26+
27+
Most of our problems are based on the [PMO]() benchmark, by Gao et al [TODO: add cite].
28+
29+
::::{grid}
30+
:gutter: 3
31+
32+
:::{grid-item-card} Quantitative Estimate of Druglikeness (QED)
33+
:link: ./using_poli/objective_repository/rdkit_qed.html
34+
:columns: 6
35+
Computing the QED using `RDKit`.
36+
:::
37+
38+
:::{grid-item-card} Log-solubility (LogP)
39+
:link: ./using_poli/objective_repository/rdkit_logp.html
40+
:columns: 6
41+
Computing the log-quotient of solubilities using `RDKit`.
42+
:::
43+
44+
:::{grid-item-card} TDC oracles [WIP]
45+
:link: ./using_poli/objective_repository/tdc_oracles.html
46+
:columns: 6
47+
Some of the oracles provided by the Therapeutics Data Commons. [WIP]
48+
:::
49+
50+
:::{grid-item-card} GuacaMol [WIP]
51+
:link: ./using_poli/objective_repository/tdc_oracles.html
52+
:columns: 6
53+
Some of the oracles provided by GuacaMol. [WIP]
54+
:::
55+
56+
::::
57+
58+
### Proteins
59+
60+
::::{grid}
61+
:gutter: 3
62+
63+
:::{grid-item-card} Protein Stability (using `foldx`)
64+
:link: ./using_poli/objective_repository/foldx_stability.html
65+
:columns: 6
66+
Stability of mutations of a wildtype using `foldx`
67+
:::
68+
69+
:::{grid-item-card} Protein SASA score (using `foldx`)
70+
:link: ./using_poli/objective_repository/foldx_sasa.html
71+
:columns: 6
72+
Solvent accessibility of mutations of a wildtype using `foldx`
73+
:::
74+
75+
:::{grid-item-card} Protein Stability (using `RaSP`) [WIP]
76+
:link: ./using_poli/objective_repository/RaSP.html
77+
:columns: 6
78+
Rapid Stability Predictions of single mutations from a wildtype. [WIP]
79+
:::
80+
81+
::::
82+
83+
### Other
84+
85+
::::{grid}
86+
:gutter: 3
87+
88+
:::{grid-item-card} Mario jumps
89+
:link: ./using_poli/objective_repository/super_mario_bros.html
90+
:columns: 6
91+
Optimizing the number of jumps on a Super Mario Bros level
92+
:::

0 commit comments

Comments
 (0)