LMA class

Levenberg-Marquardt-Algorithm

Inheritance

Constructors

LMA({double initialLambda = 1, int maxIterations = 100, double ftol = 1e-12, double gtol = 1e-12, LMAFunction? function})
factory

Properties

finalCost double
no setter
ftol double
no setter
gradient → Matrix
no setter
gtol double
no setter
hashCode int
The hash code for this object.
no setterinherited
hessian → Matrix
no setter
initialCost double
no setter
initialLambda double
no setter
jacobian → Matrix
no setter
maxIterations int
no setter
negativeStep → Matrix
no setter
residuals → Vector
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculate(List<Beacon> beacons) Point
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited