Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 359 Bytes

Nelder Mead simplex method

Objective Function

The objective function used in this project is a simple quadratic function:

$$ f(x_1, x_2) = x_1^2 + x_2^2 $$

Visualization:

Below is the 3D plot of the objective function, showing its parabolic structure:

Nelder-Mead