d9w / CartesianGeneticProgramming.jl

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

graph_utils seems to be out of date #15

Open philtomson opened 3 years ago

philtomson commented 3 years ago

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