Tagged Questions
2
votes
4answers
1k views
C# Dynamic Trees for Genetic Programming
I have some public user defined classes with relations between their members and also several methods with specific and generic signatures.
I would like to be able to store and manipulate custom ...