8000
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 adf7758 commit 7d51c8bCopy full SHA for 7d51c8b
README.md
@@ -212,7 +212,7 @@ prediction = numpy.sum(numpy.array(function_inputs)*solution)
212
print(f"Predicted output based on the best solution : {prediction}")
213
214
if ga_instance.best_solution_generation != -1:
215
- print(g"Best fitness value reached after {ga_instance.best_solution_generation} generations.")
+ print(f"Best fitness value reached after {ga_instance.best_solution_generation} generations.")
216
217
# Saving the GA instance.
218
filename = 'genetic' # The filename to which the instance is saved. The name is without extension.
0 commit comments