Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 690 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 690 Bytes

Implementation of Steepest Descent Algorithm in TypeScript

Coding the Steepest Descent Algorithm that I saw in the Optimization Algorithms course in TypeScript (React.js) environment.

Project setup

Clone the project

  git clone https://github.com/mustafaoezkan/steepest-descent-algorithm.git

Go to the project directory

  cd steepest-descent-algorithm

Install required packages

  npm install

Run the app

  npm run start

Screenshot

App Screenshot

License

MIT License