Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dsyforever committed Mar 18, 2022
1 parent c11cef8 commit a044628
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@

### Introduction

__This is a library of numerical optimization develop by mathematics student. If you are interest in this project , welcome to sent your advice to my email: __



![book](https://github.com/Dsyforever/numberical_optimization/blob/main/book.jpg)


__This is a library of numerical optimization develop by mathematics student. If you are interest in this project , welcome to sent your advice to my email: __madsy@maid.scut.edu.cn

__To use this project, you need to define your own target function and optimizer with object "target_function" and "Optimizer".__


**Let's introduce some important class first:**

| | __class target_function:__ |
| ---------------- | ------------------------------------------------------------ |
Expand Down Expand Up @@ -46,7 +42,7 @@ __To use this project, you need to define your own target function and optimizer
| --require_time: | type:**bool** |
| | you can choose print the time spent in the entire optimization process. |


About Optimizer, We will use Optimizer.GD_optmize() frequently.

| | **Optimizer.GD_optmize():** |
| -------- | ------------------------------------------------------------ |
Expand Down

0 comments on commit a044628

Please sign in to comment.