Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions libensemble/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,21 +216,20 @@ class Ensemble:

Tell libEnsemble when to stop a run

libE_specs: :obj:`dict` or :class:`LibeSpecs<libensemble.specs.libeSpecs>`, optional
libE_specs: :obj:`dict` or :class:`LibeSpecs<libensemble.specs.LibeSpecs>`, optional

Specifications for libEnsemble

alloc_specs: :obj:`dict` or :class:`AllocSpecs<libensemble.specs.AllocSpecs>`, optional

Specifications for the allocation function


persis_info: :obj:`dict`, optional

Persistent information to be passed between user function instances
:doc:`(example)<data_structures/persis_info>`

executor: :class:`Executor<libensemble.executors.executor.executor>`, optional
executor: :class:`Executor<libensemble.executors.executor.Executor>`, optional

libEnsemble Executor instance for use within simulation or generator functions

Expand Down