Skip to content

Commit

Permalink
Update using_argmin.md
Browse files Browse the repository at this point in the history
Correct typo in `ctrlc` feature name
  • Loading branch information
imeckler authored and stefan-k committed Dec 8, 2023
1 parent 64352e4 commit aea2461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/book/src/using_argmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ argmin offers a number of features which can be enabled or disabled depending on

### Optional

- `ctrl`: This feature uses the `ctrlc` crate to properly stop the optimization (and return the current best result) after pressing `Ctrl+C` during an optimization run.
- `ctrlc`: This feature uses the `ctrlc` crate to properly stop the optimization (and return the current best result) after pressing `Ctrl+C` during an optimization run.
- `rayon`: This feature adds `rayon` as a depenceny and allows for parallel computation of cost functions, operators, gradients, Jacobians and Hessians. Note that only solvers that operate on multiple parameter vectors per iteration benefit from this feature (e.g. Particle Swarm Optimization).
- `full`: Enables all default and optional features.

Expand Down

0 comments on commit aea2461

Please sign in to comment.