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

graph_utils seems to be out of date

Open philtomson opened this issue 4 years ago • 0 comments

I wanted some way to visualize the graph and noticed graphs/graph_utils.jl which seems to have been the way graphs were visualized in the past. However, it seems to be out of date.

Had to add: using Printf in order for @sprintf to work.

Also notice that Chromosome is not defined anywhere: ERROR: LoadError: UndefVarError: Chromosome not defined

philtomson avatar Feb 28 '21 00:02 philtomson