Skip to content

Commit 75247a0

Browse files
committed
change pr
1 parent aa957c9 commit 75247a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Main_min_with_csv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ gene_count = 3
8484
head_len = 4
8585

8686
best=runGep(epochs, pop_size, gene_count, head_len, utilized_syms,operators, callbacks, nodes, x_data',y_data, connection_syms, gep_params;
87-
87+
loss_fun_str="mse", opt_method_const=:cg, hof=1)
8888

8989
#Show the result of the optimization
9090
@show ("Fitness: (loss-fun): ", best[1].fitness)

0 commit comments

Comments
 (0)