WebCab Optimization for COM v2.6

ParabolicLocate Class

Non-iterative parabolic interpolation algorithm. This is a very simple and fast general non-iterative locate algorithm. Given a set of three points a, b, and c that bracket an extreme, the algorithm finds an approximation of that extreme in one step, using parabolic interpolation.

For a list of all members of this type, see ParabolicLocate Members.

System.Object
   ParabolicLocate

public class ParabolicLocate : LocateAlgorithm

Requirements

Namespace: WebCab.COM.Math.Optimization.UniDimensional

Assembly: WebCab.COM.Optimization (in WebCab.COM.Optimization.dll)

See Also

ParabolicLocate Members | WebCab.COM.Math.Optimization.UniDimensional Namespace