Neat.Utils
Summary
Functions
Given the species list and a mapping function, each species is passed into the function in a new process, then the results are collected when all processes complete
Given either an ann
, an {ann, fitness}
tuple, or an {ann, fitness, tsi}
tuple, ann is returned
Converts a species to a json, where each ANN’s json is in the list under property “species” (in arbitrary order)
Functions
Given the species list and a mapping function, each species is passed into the function in a new process, then the results are collected when all processes complete.
Given either an ann
, an {ann, fitness}
tuple, or an {ann, fitness, tsi}
tuple, ann is returned.