d9w / CartesianGeneticProgramming.jl

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

Added graphviz dot file creation capability #14

Open philtomson opened 3 years ago

philtomson commented 3 years ago

I added a to_dot.jl under the graphing directory to create a dot file from a GCPInd. This allows users to use Graphviz dot to view resulting solution graphs. Also added scripts/parity.jl example that also shows usage of the to_dot functionality.