C# Class YAMP.Numerics.Pijavsky

Represents the Pijavsky algorithm for optimizing.
Inheritance: OptimizationBase
Mostra file Open project: FlorianRappl/YAMP

Public Methods

Method Description
Pijavsky ( double>.Func f, double a, double b, double l, int n ) : System

Creates a new instance.

Method Details

Pijavsky() public method

Creates a new instance.
public Pijavsky ( double>.Func f, double a, double b, double l, int n ) : System
f double>.Func The function to optimize.
a double The starting point.
b double The ending point.
l double The weight parameter.
n int The number of points.
return System