ShuhuaGao / geppy

A framework for gene expression programming (an evolutionary algorithm) in Python
https://geppy.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
208 stars 76 forks source link

Support types if input and output of functions #42

Closed hebrd closed 2 years ago

hebrd commented 2 years ago

How can I specify the input types for a custom function like PrimitiveSetTyped in deap? @ShuhuaGao

ShuhuaGao commented 2 years ago

Sorry, strongly typed GP is not supported.