Skip to content

Commit

Permalink
Noting SciPy support
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Mar 11, 2019
1 parent ad24e63 commit c7af269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libensemble/gen_funcs/aposmm.py
Expand Up @@ -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:
Expand Down

0 comments on commit c7af269

Please sign in to comment.