All Classes
| Class | Description |
|---|---|
| AbstractGradientMethod |
Abstract class for Gradients methods
|
| ConjugateGradientMethod |
Class of ConjugateGradient realisation
|
| FastGradientDescentMethod |
Class of Fast Gradient realisation
|
| Function |
Interface for realisation of R^m function, where m more or equal 2
|
| GradientDescentMethod |
предоставляет возможность искать минимум квадратичных функций методом градиентного спуска
|
| HandlerForFunctions |
class to show how methods work
|
| MatrixUtil |
Утилитарный класс для работы с матрицами
|
| Method |
Interface for searching minimum of the function
|
| QuadraticDiagonalFunction |
CLass for economic representation of quadratic function from R^n by diagonal matrix.
|
| QuadraticFunction |
Class for representation of quadratic function of R^n
|