Skip to content

Commit

Permalink
fix(opytimizer): inserting function argument
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrodrigues committed Dec 19, 2023
1 parent e2d0730 commit 4c4bae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opytimizer/optimizers/science/cdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def update(self, space: Space, function: Function, iteration: int, n_iterations:
Args:
space: Space containing agents and update-related information.
function: A Function object that will be used as the objective function.
iteration: Current iteration.
n_iterations: Maximum number of iterations.
Expand Down

0 comments on commit 4c4bae0

Please sign in to comment.