CartesianGeneticProgramming.jl
CartesianGeneticProgramming.jl copied to clipboard
Cartesian Genetic Programming for Julia
add weights to nodes, activation functions etc?
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...
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...
+ names are truncated based on final "_", should be first + show x, y inputs in different colors + make self-references a loop