Skip to content

Commit

Permalink
Add emitter note on dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Apr 5, 2021
1 parent e6add5e commit e5f7110
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ribs/emitters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
"""Emitters output new candidate solutions in QD algorithms.
A note on data types: The emitters provided here will use the same data type as
the ones in the archive passed in.
.. note::
Emitters provided here take on the data type of the archive passed to their
constructor. For instance, if an archive has dtype ``np.float64``, then an
emitter created with that archive will emit solutions with dtype
``np.float64``.
.. autosummary::
:toctree:
Expand Down

0 comments on commit e5f7110

Please sign in to comment.