You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a newbie at deap and, as such, I'm still trying to get the concepts right. Right now, I'm experimenting with custom input/output types using the following code:
I'm sorry but bump this but I'm trying to understand how to use DEAP. Can someone (a) say what I did wrong or (b) point me to another forum/site where this question can be answered?
The root of your tree requires a primitive that produces something of type "Output" but you have only primitives producing floats. You should have at least one primitive that produces an Output.
Greetings!
I'm a newbie at deap and, as such, I'm still trying to get the concepts right. Right now, I'm experimenting with custom input/output types using the following code:
When I run this, I get the following error:
After this, I searched for a solution in both stackoverflow, google groups and the issues board. I ended up adding a terminal like this:
After this, I still get:
The text was updated successfully, but these errors were encountered: