Skip to content

Commit

Permalink
removed print statement form sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
mamorim00 committed Jun 6, 2024
1 parent 7d4183f commit 638b61c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/neural_networks/sampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function optimize_by_sampling!(jump_model::JuMP.Model, sample_points; enhanced=t

for (sample, input) in enumerate(eachcol(sample_points))

print("$sample ")
forward_pass!(jump_model, input)

# fix binary variables
Expand Down

0 comments on commit 638b61c

Please sign in to comment.