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 fa88f0a commit 39bd3aaCopy full SHA for 39bd3aa
lib/OptimizationBBO/test/runtests.jl
@@ -89,6 +89,7 @@ using Test
89
fitness_progress_history = []
90
function cb(state, fitness)
91
push!(fitness_progress_history, deepcopy(state))
92
+ @info state.iter
93
return false
94
end
95
0 commit comments