-
iwopy.benchmarks.rosenbrock.RosenbrockProblem(lower=
[-5.0, -5.0]
, upper=[10.0, 10.0]
, initial=[0.0, 0.0]
, ana_deriv=False
, name='rosenbrock'
)[source] Constructor
ParametersΒΆ
- lower: list of float
The minimal variable values
- upper: list of float
The maximal variable values
- initial: list of float
The initial values
- ana_deriv: bool
Switch for analytical derivatives
- name: str
The name of the problem