UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines (5 loc) 163 B
/** minimizes a function using the downhill simplex method */ export declare function nelderMead(f: any, x0: any, parameters?: any): { fx: any; x: any; };