d9w / CartesianGeneticProgramming.jl

Cartesian Genetic Programming for Julia
Other
70 stars 25 forks source link

Re-work Config #3

Closed d9w closed 4 years ago

d9w commented 6 years ago

Config as a submodule introduces a lot of complications. A mutable struct might be sufficient, if it doesn't drastically decrease performance. A dict could also work.

d9w commented 4 years ago

config now a named tuple read from YAML files