Skip to content

first- and second-order methods of optimization for function of two values (made especially for the Web Programming course)

Notifications You must be signed in to change notification settings

vladkinoman/optimization-algorithms-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optimization-algorithms-website

This website represents first- and second-order methods of optimization. You can calculate value for function f(x, y) = a * x^2 + b * x * y + c * y^2 using 9 methods thaw we implemented in JavaScript. App allows you to enter values a, b and c in the input field above the logo of the website. Also we have to say that the website is a big laboratory work for the Web Pogramming course (5th year).