Skip to content
#

genetic-programming

Here are 379 public repositories matching this topic...

FEDOT
gkirgizov
gkirgizov commented Apr 4, 2022

Current type hints are using np.array which is... actually not a even class, but a convenience function for creation of np.ndarray.
But instead of just substituting usages of np.array, it's better to use types from numpy.typing module, which was introduced in Numpy 1.20. (https://numpy.org/devdocs/reference/typing.html#module-numpy.typing). Besides parameterized NDArray[DType] it also i

enhancement good first issue refactoring

Improve this page

Add a description, image, and links to the genetic-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the genetic-programming topic, visit your repo's landing page and select "manage topics."

Learn more