We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa957c9 commit 75247a0Copy full SHA for 75247a0
test/Main_min_with_csv.jl
@@ -84,7 +84,7 @@ gene_count = 3
84
head_len = 4
85
86
best=runGep(epochs, pop_size, gene_count, head_len, utilized_syms,operators, callbacks, nodes, x_data',y_data, connection_syms, gep_params;
87
-
+loss_fun_str="mse", opt_method_const=:cg, hof=1)
88
89
#Show the result of the optimization
90
@show ("Fitness: (loss-fun): ", best[1].fitness)
0 commit comments