minimize¶
- lsst.afw.math.minimize(*args, **kwargs)¶
Overloaded function.
minimize(arg0: lsst.afw.math.Function1D, arg1: collections.abc.Sequence[typing.SupportsFloat], arg2: collections.abc.Sequence[typing.SupportsFloat], arg3: collections.abc.Sequence[typing.SupportsFloat], arg4: collections.abc.Sequence[typing.SupportsFloat], arg5: collections.abc.Sequence[typing.SupportsFloat], arg6: typing.SupportsFloat) -> lsst.afw.math.FitResults
minimize(arg0: lsst.afw.math.Function2D, arg1: collections.abc.Sequence[typing.SupportsFloat], arg2: collections.abc.Sequence[typing.SupportsFloat], arg3: collections.abc.Sequence[typing.SupportsFloat], arg4: collections.abc.Sequence[typing.SupportsFloat], arg5: collections.abc.Sequence[typing.SupportsFloat], arg6: collections.abc.Sequence[typing.SupportsFloat], arg7: typing.SupportsFloat) -> lsst.afw.math.FitResults
minimize(arg0: lsst.afw.math.Function1F, arg1: collections.abc.Sequence[typing.SupportsFloat], arg2: collections.abc.Sequence[typing.SupportsFloat], arg3: collections.abc.Sequence[typing.SupportsFloat], arg4: collections.abc.Sequence[typing.SupportsFloat], arg5: collections.abc.Sequence[typing.SupportsFloat], arg6: typing.SupportsFloat) -> lsst.afw.math.FitResults
minimize(arg0: lsst.afw.math.Function2F, arg1: collections.abc.Sequence[typing.SupportsFloat], arg2: collections.abc.Sequence[typing.SupportsFloat], arg3: collections.abc.Sequence[typing.SupportsFloat], arg4: collections.abc.Sequence[typing.SupportsFloat], arg5: collections.abc.Sequence[typing.SupportsFloat], arg6: collections.abc.Sequence[typing.SupportsFloat], arg7: typing.SupportsFloat) -> lsst.afw.math.FitResults