Skip to content

Commit

Permalink
Update root_code.pys
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav108276 authored Oct 18, 2024
1 parent 68be121 commit a3ed89a
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions root_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,56 @@ def objective_function(x):
print("Best Fitness:", result.best)
print("Best Individual:", result.bestIndividual)
print("Convergence Curve:", result.convergence)





















































0 comments on commit a3ed89a

Please sign in to comment.