Update pages/π Finding design optima.py
Browse files
pages/π Finding design optima.py
CHANGED
@@ -83,7 +83,7 @@ st.write(fig,include_mathjax='cdn')
|
|
83 |
st.markdown('---\nUsing this strategy we just have assembled model for $U,d \mapsto n_t$ with other design variables as invariants. It also can be done another way by overlaying predictions of two varibles models.')
|
84 |
|
85 |
###
|
86 |
-
if st.button(r'Generate $f:R^2 \to R$ maps'
|
87 |
a.compile(idx=(2,3,-1))
|
88 |
a.train()
|
89 |
|
|
|
83 |
st.markdown('---\nUsing this strategy we just have assembled model for $U,d \mapsto n_t$ with other design variables as invariants. It also can be done another way by overlaying predictions of two varibles models.')
|
84 |
|
85 |
###
|
86 |
+
if st.button(r'Generate $f:R^2 \to R$ maps'):
|
87 |
a.compile(idx=(2,3,-1))
|
88 |
a.train()
|
89 |
|