Skip to content

Commit 00bab2f

Browse files
committed
pointing to new unit test
1 parent be28139 commit 00bab2f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

libensemble/gen_funcs/persistent_aposmm.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
def cdist(XA, XB, metric="euclidean"):
2626
"""Compute the pairwise Euclidean distances"""
2727

28-
# Just so dont have to change the call
28+
# Just so we don't have to change the call
2929
if metric != "euclidean":
3030
raise ValueError("Only 'euclidean' metric is supported in this implementation.")
3131

@@ -120,6 +120,11 @@ def aposmm(H, persis_info, gen_specs, libE_info):
120120
`test_persistent_aposmm_with_grad <https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/regression_tests/test_persistent_aposmm_with_grad.py>`_
121121
for an example where past function values are given to libEnsemble/APOSMM.
122122
123+
.. seealso::
124+
125+
`test_aposmm_starting_point_finder <https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/unit_tests/test_aposmm_starting_point_finder.py>`_
126+
for an example the APOSMM r_k radius logic is adjusted to produce a certain number of localopt starting points.
127+
123128
"""
124129
"""
125130
Description of intermediate variables in aposmm:

0 commit comments

Comments
 (0)