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.
2 parents c587ef5 + 1ddbeb0 commit 9610738Copy full SHA for 9610738
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