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 2de604d commit e89f19aCopy full SHA for e89f19a
experiments/Synth/scripts/synth_biodivine.jl
@@ -68,7 +68,7 @@ end
68
69
synth_params = Dict(
70
"seed" => 42,
71
- "max_depth" => 6,
+ "max_depth" => 7,
72
"unique" => collect(eachrow(per_vertex_df[!, [:ID, :vertex, :vertices]])),
73
"id" => Derived("unique", x -> x.ID),
74
"vertex_names" => Derived("unique", x -> getfield.(x.vertices, :value)),
0 commit comments