Skip to content

mustafaoezkan/steepest-descent-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of Steepest Descent Algorithm in TypeScript

Topics

Resources

Stars

Watchers

Forks