Skip to content

LadyAmely/Nelder-Mead-simplex-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages