Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MagiFeeney committed Sep 27, 2024
1 parent efef1cf commit f7a6296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ we can visualize the function and sequence of each inner iteration with the 3D s
| ------ | ------ |

## Reminder
- The majority of algorithms are sensitive to the initial point; choosing an appropriate starting point can save significant effort
- The majority of algorithms are sensitive to the initial point; choosing an appropriate starting point can save significant effort.
- In ill-conditioned situations, constrained optimizers may require trial and error.
- The Barzilai-Borwein method is unstable for non-quadratic problems; however, you can still infer the optimization path through intermediate visualizations.
- You can easily extract the optimization sequence using:
Expand Down

0 comments on commit f7a6296

Please sign in to comment.