CartesianGeneticProgramming.jl
CartesianGeneticProgramming.jl copied to clipboard
Added graphviz dot file creation capability
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.