Skip to content

Commit

Permalink
disable printing of combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Apr 23, 2012
1 parent 4328d97 commit 719f903
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -62,11 +62,11 @@ def modelselection_parameter_tree_modular()
param_ds_kernel_theta.build_values(1, 2, Modshogun::R_EXP)
param_ds_kernel.append_child(param_ds_kernel_theta)

root.print_tree()
#root.print_tree()
combinations=root.get_combinations()
combinations.get_num_elements.times do |i|
combinations.get_element(i).print_tree()
end
#combinations.get_num_elements.times do |i|
# combinations.get_element(i).print_tree()
#end

return

Expand Down

0 comments on commit 719f903

Please sign in to comment.