Skip to content

Commit

Permalink
Update desc/objectives/objective_funs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kaya Unalmis <kayaunalmis@proton.me>
  • Loading branch information
YigitElma and unalmis authored Sep 30, 2024
1 parent 633d081 commit bf5c539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desc/objectives/objective_funs.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"""
doc_deriv_mode = """
deriv_mode : {"auto", "fwd", "rev"}
Specify how to compute jacobian matrix, either forward mode or reverse mode AD.
Specify how to compute Jacobian matrix, either forward mode or reverse mode AD.
"auto" selects forward or reverse mode based on the size of the input and output
of the objective. Has no effect on self.grad or self.hess which always use
reverse mode and forward over reverse mode respectively.
Expand Down

0 comments on commit bf5c539

Please sign in to comment.