Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-stifi authored Nov 19, 2023
1 parent c082f63 commit fe81aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ This repository contains Python code for implementing steepest-descent method to
1. Ensure that the required dependencies are installed by running:

```bash
pip install numpy numdifftools matplotlib```
pip install numpy numdifftools matplotlib
2. Run `Gradient_Descent.py` to perform the steepest-descent optimization and save the results to a Pickle file:

```bash
python Gradient_Descent.py```
python Gradient_Descent.py
3. Run `main.py` to visualize the steepest-descent paths and generate an animated GIF.
```bash
python main.py```
python main.py

0 comments on commit fe81aec

Please sign in to comment.