ShudarsanRegmi / optimizationProblemsCalculator

This web app provides calculator for solving Optimization Problems in Mathematics
3 stars 56 forks source link

Issue in Steepest Descent Implementaion #78

Open ShudarsanRegmi opened 1 month ago

ShudarsanRegmi commented 1 month ago

Getting an error, when trying to optimize(min) x^2 starting with x = 5. This could be an issue with input format too. {640B57EA-F1E2-4815-8C91-0D0248CE7620}

The input format should be more clarified by updating the prompt message. And it is always good to keep comment for at least one case, so that fellow developers can understand it easily.

ShudarsanRegmi commented 1 month ago

@TheShyamTripathi Please check the issue.