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

Cartesian Genetic Programming for Julia

Results 5 CartesianGeneticProgramming.jl issues
Sort by recently updated
recently updated
newest added

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