From c7af269c49e34868f32dc0048bab9b1cdb8b9479 Mon Sep 17 00:00:00 2001 From: Jeffrey Larson Date: Mon, 11 Mar 2019 14:42:55 -0500 Subject: [PATCH] Noting SciPy support --- libensemble/gen_funcs/aposmm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libensemble/gen_funcs/aposmm.py b/libensemble/gen_funcs/aposmm.py index 2305a3653..8980043a7 100644 --- a/libensemble/gen_funcs/aposmm.py +++ b/libensemble/gen_funcs/aposmm.py @@ -66,8 +66,8 @@ def aposmm_logic(H,persis_info,gen_specs,_): - ``'lb' [n floats]``: Lower bound on search domain - ``'ub' [n floats]``: Upper bound on search domain - - ``'initial_sample_size' [int]``: Number of uniformly sampled points that must be returned (with a non-nan value) before a local optimization run is started. - - ``'localopt_method' [str]``: Name of an NLopt or PETSc/TAO method + - ``'initial_sample_size' [int]``: Number of uniformly sampled points that must be returned (with a non-nan value) before a local optimization run is started + - ``'localopt_method' [str]``: Name of an NLopt, PETSc/TAO, or SciPy method (see 'advance_localopt_method' below for supported methods) Optional ``gen_specs`` entries are: