Skip to content

Commit

Permalink
Use custom loss in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 24, 2023
1 parent bd0d4ce commit 9418230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function create_search_benchmark()
maxsize=30,
verbosity=0,
progress=false,
loss=(pred, target) -> (pred - target)^2,
extra_kws...,
)
seeds = 1:3
Expand Down

0 comments on commit 9418230

Please sign in to comment.