pkalivas / radiate

A genetic programming engine which evolves solutions through asynchronous speciation.
MIT License
146 stars 16 forks source link

Cleanups, Formatting, updated dependencies #14

Closed Nereuxofficial closed 1 year ago

Nereuxofficial commented 3 years ago

These are some more changes which do not change the functionality but the code is cleaner. Some are questions of aesthetics and readability(for example return vs leaving out the ';' at the end of the line). So some edits may be necessary to suit the style of the project.