Skip to content

Commit

Permalink
minor changing in evaluate_objective_function annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonrljr committed Nov 19, 2023
1 parent f5937ea commit 02af7da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def evaluate_objective_function(
X_test: Optional[np.ndarray],
y_test: Optional[np.ndarray],
population: np.ndarray,
) -> list[float]:
):
"""Fit the polynomial NARMAX model.
Parameters
Expand Down

0 comments on commit 02af7da

Please sign in to comment.