downhill_simplex_penalty module
Define a Downhill Simplex with penalty.
It is not intended to be used with phi_s fit. Approach is here to make the
residues grow when the constraints are not respected.
- class DownhillSimplexPenalty(*args, **kwargs)
Bases:
DownhillSimplexA Downhill Simplex method, with a penalty function to consider constraints.
Everything is inherited from
DownhillSimplex.- _abc_impl = <_abc._abc_data object at 0x7fd3c8125fc0>