Skip to content

Commit

Permalink
fix, plus remove suggestion to use surmise fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Aug 28, 2024
1 parent 5ebb25e commit e3571cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/examples/surmise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ persistent_surmise
------------------

Required: Surmise_

Note that currently the github fork https://github.com/mosesyhc/surmise should be used::
::

pip install --upgrade git+https://github.com/bandframework/surmise.git@develop

Expand Down
4 changes: 2 additions & 2 deletions libensemble/gen_funcs/persistent_fd_param_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def fd_param_finder(H, persis_info, gen_specs, libE_info):
the gradient of a noisy simulation function. This
search is centered around the point ``x0`` in ``R^n``.
Internally this search is guided by `ECNoise <https://www.mcs.anl.gov/~wild/cnoise/>`.
`Octave <https://octave.org/> is required for most users. Those with MATLAB may
Internally this search is guided by `ECNoise` <https://www.mcs.anl.gov/~wild/cnoise/>`.
`Octave` <https://octave.org/>` is required for most users. Those with MATLAB may
need to modify this function's source to use that executable instead.
.. seealso::
Expand Down

0 comments on commit e3571cd

Please sign in to comment.