File tree Expand file tree Collapse file tree
examples/tutorials/gpcam_surrogate_model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Try some other examples live in Colab.
9898| Surrogate model generation with gpCAM. | |Surrogate Modeling | |
9999+---------------------------------------------------------------+-------------------------------------+
100100
101- There are many more examples in the `Community Examples repository `_ and `regression tests `_.
101+ There are many more examples in the `regression tests `_ and `Community Examples repository `_.
102102
103103Resources
104104=========
@@ -181,4 +181,4 @@ Resources
181181 :target: http://colab.research.google.com/github/Libensemble/libensemble/blob/develop/examples/tutorials/aposmm/aposmm_tutorial_notebook.ipynb
182182
183183.. |Surrogate Modeling | image :: https://colab.research.google.com/assets/colab-badge.svg
184- :target: https://colab.research.google.com/github/Libensemble/libensemble/blob/examples/gpcam_notebook /examples/tutorials/gpcam_surrogate_model/gpcam.ipynb
184+ :target: https://colab.research.google.com/github/Libensemble/libensemble/blob/develop /examples/tutorials/gpcam_surrogate_model/gpcam.ipynb
Original file line number Diff line number Diff line change 3434 "source" : [
3535 " import sys\n " ,
3636 " if 'google.colab' in sys.modules:\n " ,
37- " #!pip install libensemble\n " ,
38- " !pip install git+https://github.com/Libensemble/libensemble.git@examples/gpcam_notebook ################ tmp\n " ,
39- " # Prevent downgraded numpy in colab due to preinstalls - \n " ,
37+ " !pip install libensemble\n " ,
38+ " # Prevent downgraded numpy in colab due to preinstalls\n " ,
4039 " !pip install --upgrade --force-reinstall numpy==2.1.1 scipy gpcam fvgp"
4140 ]
4241 },
You can’t perform that action at this time.
0 commit comments