You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/poli-docs/_build/html/_sources/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ LaMBO Fluorescence (RFP) by stability and solvent-accessible surface area.
130
130
131
131
On top of `poli`, we provide `poli-baselines`, a collection of **black-box optimization algorithms** (focusing especially on *discrete* sequences). Examples include
132
132
133
-
## Discrete
133
+
###Discrete
134
134
135
135
::::{grid}
136
136
:gutter: 3
@@ -143,7 +143,7 @@ Optimizing a discrete sequence by performing random mutations
<liclass="toc-h2 nav-item toc-entry"><aclass="reference internal nav-link" href="#cite-us-and-other-relevant-work">Cite us and other relevant work</a></li>
553
555
<liclass="toc-h2 nav-item toc-entry"><aclass="reference internal nav-link" href="#contribute-problems-or-solvers">Contribute problems or solvers</a></li>
554
556
</ul>
@@ -726,9 +728,8 @@ <h3>Proteins<a class="headerlink" href="#proteins" title="Permalink to this head
726
728
<sectionid="black-box-optimization-algorithms">
727
729
<h2>Black-box optimization algorithms<aclass="headerlink" href="#black-box-optimization-algorithms" title="Permalink to this heading">#</a></h2>
728
730
<p>On top of <codeclass="docutils literal notranslate"><spanclass="pre">poli</span></code>, we provide <codeclass="docutils literal notranslate"><spanclass="pre">poli-baselines</span></code>, a collection of <strong>black-box optimization algorithms</strong> (focusing especially on <em>discrete</em> sequences). Examples include</p>
729
-
</section>
730
731
<sectionid="discrete">
731
-
<h2>Discrete<aclass="headerlink" href="#discrete" title="Permalink to this heading">#</a></h2>
732
+
<h3>Discrete<aclass="headerlink" href="#discrete" title="Permalink to this heading">#</a></h3>
<liclass="toc-h2 nav-item toc-entry"><aclass="reference internal nav-link" href="#cite-us-and-other-relevant-work">Cite us and other relevant work</a></li>
954
958
<liclass="toc-h2 nav-item toc-entry"><aclass="reference internal nav-link" href="#contribute-problems-or-solvers">Contribute problems or solvers</a></li>
Copy file name to clipboardExpand all lines: docs/poli-docs/_build/jupyter_execute/using_poli/the_basics/isolation.ipynb
+8-33Lines changed: 8 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
},
39
39
{
40
40
"cell_type": "code",
41
-
"execution_count": 1,
41
+
"execution_count": 3,
42
42
"metadata": {},
43
43
"outputs": [],
44
44
"source": [
@@ -48,34 +48,9 @@
48
48
},
49
49
{
50
50
"cell_type": "code",
51
-
"execution_count": 2,
51
+
"execution_count": 7,
52
52
"metadata": {},
53
53
"outputs": [
54
-
{
55
-
"name": "stdout",
56
-
"output_type": "stream",
57
-
"text": [
58
-
"poli 🧪: creating environment poli__dockstring from dockstring/environment.yml\n"
59
-
]
60
-
},
61
-
{
62
-
"name": "stdout",
63
-
"output_type": "stream",
64
-
"text": [
65
-
"poli 🧪: creating environment poli__dockstring from dockstring/environment.yml\n",
66
-
"poli 🧪: running registration of dockstring from environment poli__dockstring\n"
67
-
]
68
-
},
69
-
{
70
-
"name": "stderr",
71
-
"output_type": "stream",
72
-
"text": [
73
-
"/Users/sjt972/Projects/poli/src/poli/core/registry.py:258: UserWarning: Environment poli__dockstring already exists. Will not create it.\n",
74
-
" warnings.warn(f\"Environment {env_name} already exists. Will not create it.\")\n",
75
-
"/Users/sjt972/Projects/poli/src/poli/core/registry.py:269: UserWarning: Running the following command: conda run -n poli__dockstring python /Users/sjt972/Projects/poli/src/poli/objective_repository/dockstring/register.py. \n",
76
-
" warnings.warn(\"Running the following command: %s. \" % command)\n"
Copy file name to clipboardExpand all lines: docs/poli-docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ LaMBO Fluorescence (RFP) by stability and solvent-accessible surface area.
130
130
131
131
On top of `poli`, we provide `poli-baselines`, a collection of **black-box optimization algorithms** (focusing especially on *discrete* sequences). Examples include
132
132
133
-
## Discrete
133
+
###Discrete
134
134
135
135
::::{grid}
136
136
:gutter: 3
@@ -143,7 +143,7 @@ Optimizing a discrete sequence by performing random mutations
0 commit comments