CartesianGeneticProgramming.jl icon indicating copy to clipboard operation
CartesianGeneticProgramming.jl copied to clipboard

Added graphviz dot file creation capability

Open philtomson opened this issue 4 years ago • 0 comments

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.

philtomson avatar Feb 28 '21 00:02 philtomson