This web app provides a calculator for solving various optimization problems in mathematics.
The main goal of this project is to bring an optimization problems calculator to one place, making it accessible and easy to use for anyone interested in solving optimization problems.
- Simplex Method (Maximization): Implements the simplex algorithm for maximization problems.
- Simplex Method (Minimization): Implements the simplex algorithm for minimization problems.
- Dual Simplex Method: Implements the dual simplex algorithm.
- Newton-Raphson Method: Implements the Newton-Raphson method for finding roots of real-valued functions.
- Additional Methods: More optimization techniques and algorithms to be added.
- Write code for simplex method (maximization) - Shudarsan Regmi
- Write code for simplex method (minimization)
- Write code for dual simplex method
- Write code for Newton-Raphson method - Shyam Tripathi
- Write code for Secant Method - Shyam Tripathi
- Write Code for Hookes Jeeves Method - Shyam Tripathi
- Write code for Unidirection Search Method Shyam Tripathi
- Write Code for Secant(Steepest) Descent Method Shyam Tripathi
- Write code for interval halving method - Samudrala Sai Satya Vikas
- Write code for Golden Search Algorithm (Minimization Problem) - Arvind Srinivasana
- Write code for Evolutionary Search Algorithm - Kritika Agrahari
- Simplex search method starting with three points - Richa Kumari Jaishwal
- Write code for Fibonacci Search - Nitesh Shah
- Add more items to this list
We would like to express our gratitude to the following contributors for their valuable inputs and efforts in making this project possible:
- Shyam Tripathi
- Samudrala Sai Satya Vikas
- Arvind Sivakumar
- Kritika Agrahari
- Richa Kumari Jaishwal
- Nitesh Shah
We welcome collaboration from anyone interested in contributing to this project. If you have any ideas, suggestions, or would like to contribute code, please feel free to fork the repository and submit a pull request. Let's work together to make this optimization problems calculator a comprehensive tool for solving optimization problems.
Thank you for your interest in our project!