Package minfx :: Module simplex
[hide private]
[frames] | no frames]

Module simplex

source code

Downhill simplex optimization.

This file is part of the minfx optimisation library.

Classes [hide private]
  Simplex
Functions [hide private]
 
simplex(func=None, args=(), x0=None, func_tol=1e-25, maxiter=1000000.0, full_output=0, print_flag=0, print_prefix='')
Downhill simplex minimisation.
source code
Variables [hide private]
  __package__ = 'minfx'

Imports: argsort, average, float64, sum, take, zeros, Min