# Functions

NelderMead takes a configuration and returns a list of floats that can be plugged into the provided function to converge at the target value.

# Structs

NelderMeadConfiguration is the struct that must be passed into the NelderMead function.