Skip to content

Commit

Permalink
Print results
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavalerievich committed Jan 23, 2025
1 parent 6d9ea56 commit be04ad2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grakel_replace/graph_aware_gp_optimization_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,6 @@
)

# Print the results
print(f"Best candidate: {best_candidate}")
print(f"Best score: {best_score}")
print(f"Elapsed time: {time.time() - start_time} seconds")

0 comments on commit be04ad2

Please sign in to comment.