Skip to content

Commit 3ececd5

Browse files
authored
Update Main_min_with_csv.jl
1 parent ce1bff4 commit 3ececd5

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
@@ -83,7 +83,7 @@ pop_size = 1000
8383
gene_count = 3
8484
head_len = 4
8585

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

8989
#Show the result of the optimization

0 commit comments

Comments
 (0)