diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-02-14 18:13:21 +0000 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-02-14 18:13:21 +0000 |
commit | afa484021ba94d12e98da682a9ff69c3837d5dbb (patch) | |
tree | 2150c437cb74ccf141f8cfde228ebf5dd442314a /README | |
parent | 6419b69faeb4736db1ccb50cfa5a030f9aa818aa (diff) |
Generic data type functionality implemented. All tests were refactored to reflect this, and some chromosome tests were rewritten with more rigorous assertions.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -131,3 +131,13 @@ Minor update: Node now passes only the necessary number of arguments into its fu connections as it knows which connections the function will use (based on arity). +14/2 + +Support for generic data types implemented. + +Tests have been refactored to deal with the new data system. The system uses Object as its data type, allowing absolutely +any class to be used (and also primitive types). + + + + |