Skip to content

Commit 6647704

Browse files
Merge pull request #153 from dandansamax/main
Fix typo in the core docstring
2 parents 6556951 + 0825ffe commit 6647704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evox/core/problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class Problem(Stateful):
10-
"""Base class for all algorithms"""
10+
"""Base class for all problems"""
1111

1212
def evaluate(
1313
self, state: State, pop: Union[jax.Array, Any]

0 commit comments

Comments
 (0)