We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5511c32 commit eeef180Copy full SHA for eeef180
docs/user_guide/general_usage.md
@@ -90,3 +90,5 @@ for solution in searcher.population:
90
print("Evaluation:", solution.evals) # fitnesses, evaluation data, etc.
91
print()
92
```
93
+
94
+Please see also [here](algorithm_usage.md#accessing-the-status) for details regarding the status items.
0 commit comments