/simulated-annealing

Implementation of Simulated Annealing Algorithm in TypeScript

Primary LanguageTypeScript

Implementation of Simulated Annealing Algorithm in TypeScript

Coding the Simulated Annealing 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/simulated-annealing.git

Go to the project directory

  cd simulated-annealing

Install required packages

  npm install

Run the app

  npm run start

Screenshot

App Screenshot

License

MIT License