image thumbnail

updated 2 years ago

Pattern search method: deterministic iterative zero order algorithm by Andrea Cirillo

It finds the relative minimum of a two variables function with the Pattern search method. (optimization, mathematics, deterministic)

pattern_search(f, p0, step_size, tolerance, N_it)

image thumbnail

updated 4 years ago

Generalized Objective Function by Anthony Kendall

Allows any MATLAB function to easily be optimized (optimization, objective, function)

objective_function(firstArg,funcName,evalLocs,obs,objName)

Contact us