Coding the Steepest Descent Algorithm that I saw in the Optimization Algorithms course in TypeScript (React.js) environment.
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