Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Mar 26, 2024
1 parent 78e3981 commit e12b371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evox/core/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Problem(Stateful):
"""Base class for all algorithms"""
stateful_functions = ["evalutate"]
stateful_functions = ["evaluate"]

def evaluate(self, state: State, pop: jax.Array) -> Tuple[jax.Array, State]:
"""Evaluate the fitness at given points
Expand Down

0 comments on commit e12b371

Please sign in to comment.