Skip to content

Commit c7dd751

Browse files
authored
Add files via upload
1 parent de62f66 commit c7dd751

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/README_pygad_ReadTheDocs.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ The ``pygad.GA`` class constructor supports the following parameters:
6767
when the parameter ``gene_space`` is ``None`` (which is its default
6868
value). Starting from PyGAD 2.9.0, the ``gene_type`` parameter can be
6969
assigned to a numeric value of any of these types: ``int``,
70-
``float``, ``numpy.int``, ``numpy.int8``, ``numpy.int16``,
71-
``numpy.int32``, ``numpy.int64``, ``numpy.float``, ``numpy.float16``,
72-
``numpy.float32``, or ``numpy.float64``.
70+
``float``, and ``numpy.int/uint/float(8-64)``.
7371

7472
- ``init_range_low=-4``: The lower value of the random range from which
7573
the gene values in the initial population are selected.

0 commit comments

Comments
 (0)