Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bchaoss committed Nov 27, 2023
1 parent c281c1a commit 0c44b93
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Numerical-Optimization

Some basic numerical optimization algorithms with example.
Basic numerical optimization algorithms implementation with examples.

( Steepest descent method; Newton method; Damped Newton method; Quassi Newton method; Conjugate descent method; LMF method )
Steepest descent method;
Newton method;
Damped Newton method;
Quassi Newton method;
Conjugate descent method;
LMF method;
...

Reference: [Gao, L. (2014). Numerical Optimization Methods. Peking University Press.](https://book.douban.com/subject/26004211/)

0 comments on commit 0c44b93

Please sign in to comment.