Skip to content

Commit

Permalink
Fix function name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jan 17, 2024
1 parent 0d7b485 commit 2695edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Optimizers/Exhaustive.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ function exhaustive_depthfirst(
new_cost >= leader[].cost && continue

new_path = SizedEinExpr(EinExpr(head(path), [candidate, filter(([i, j]), path.args)...]), path.size) # sum([candidate, filter(∉([i, j]), args(path))...], skip = path.head)
__einexpr_exhaustive_it(new_path, new_cost, metric, outer, leader; cache, hashyperinds)
exhaustive_depthfirst(metric, new_path, new_cost, outer, leader; cache, hashyperinds)
end
end

0 comments on commit 2695edd

Please sign in to comment.