C# Класс YAMP.Numerics.OptimizationBase

The abstract base class for all optimization algorithms, i.e. the ones to find an extremum.
Показать файл Открыть проект

Открытые методы

Метод Описание
OptimizationBase ( double>.Func f, double a, double b, int n ) : System

Creates a new instance.

Описание методов

OptimizationBase() публичный Метод

Creates a new instance.
public OptimizationBase ( double>.Func f, double a, double b, int n ) : System
f double>.Func The function to use.
a double The start point.
b double The end point.
n int The number of points.
Результат System