ciren / cilib

Typesafe, purely functional Computational Intelligence
https://cilib.net
Apache License 2.0
124 stars 101 forks source link

Better output format derivation #295

Closed gpampara closed 6 years ago

gpampara commented 6 years ago

CSV derivation had a bug where all the headers were not output to the resulting file. The fields were not flattened in the same way that the data values were. The derivation code has been modified slightly to make derivation slightly nicer and the constraint on Measurement has been removed.