We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c082f63 commit fe81aecCopy full SHA for fe81aec
README.md
@@ -32,13 +32,13 @@ This repository contains Python code for implementing steepest-descent method to
32
1. Ensure that the required dependencies are installed by running:
33
34
```bash
35
- pip install numpy numdifftools matplotlib```
+ pip install numpy numdifftools matplotlib
36
2. Run `Gradient_Descent.py` to perform the steepest-descent optimization and save the results to a Pickle file:
37
38
39
- python Gradient_Descent.py```
+ python Gradient_Descent.py
40
3. Run `main.py` to visualize the steepest-descent paths and generate an animated GIF.
41
42
43
- python main.py```
+ python main.py
44
0 commit comments