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.gitGo to the project directory
cd steepest-descent-algorithmInstall required packages
npm installRun the app
npm run start