Skip to content

Commit

Permalink
Update algorithm_usage.md
Browse files Browse the repository at this point in the history
Under different scenarios, some status items might be missing. To reflect this, the wording is changed.
  • Loading branch information
engintoklu authored Jun 14, 2024
1 parent eeef180 commit 4b621ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/algorithm_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Each status property can be accessed by its name
best_discovered_solution = searcher.status["best"]
```

All algorithms currently implemented in EvoTorch applied to single-objective problems will *at least* have the following status properties:
Algorithms currently implemented in EvoTorch applied to single-objective problems might have the following status properties:

- `'best'`, the best discovered solution so far.
- `'worst'`, the worst discovered solution so far.
Expand Down

0 comments on commit 4b621ee

Please sign in to comment.