HyperCodec / neat

Crate for implementing NeuroEvolution of Augmenting Topologies
MIT License
3 stars 0 forks source link

[TODO] potential reflection-based labeling API for outputs #68

Open HyperCodec opened 3 weeks ago

HyperCodec commented 3 weeks ago

A trait or something to simply say "value at this index is this variant of enum" and then impl From<[f32; LEN]> automatically. Can definitely make it better with a derive macro.