We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de62f66 commit c7dd751Copy full SHA for c7dd751
1 file changed
docs/source/README_pygad_ReadTheDocs.rst
@@ -67,9 +67,7 @@ The ``pygad.GA`` class constructor supports the following parameters:
67
when the parameter ``gene_space`` is ``None`` (which is its default
68
value). Starting from PyGAD 2.9.0, the ``gene_type`` parameter can be
69
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``.
+ ``float``, and ``numpy.int/uint/float(8-64)``.
73
74
- ``init_range_low=-4``: The lower value of the random range from which
75
the gene values in the initial population are selected.
0 commit comments