A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://accord-framework.net/docs/html/N_Accord_Math_Optimization.htm below:

  Class Description AugmentedLagrangian

Augmented Lagrangian method for constrained non-linear optimization.

BaseGradientOptimizationMethod

Base class for gradient-based optimization methods.

BaseLeastSquaresMethod

Base class for least-squares optimizers implementing the

ILeastSquaresMethod

interface.

BaseOptimizationMethod

Base class for optimization methods.

BinarySearch

Binary search root finding algorithm.

BoundedBroydenFletcherGoldfarbShanno

Limited-memory Broyden–Fletcher–Goldfarb–Shanno (L-BFGS) optimization method.

BoundedBroydenFletcherGoldfarbShannoInnerStatus

Inner status of the

BoundedBroydenFletcherGoldfarbShanno

optimization algorithm. This class contains implementation details that can change at any time.

BrentSearch

Brent's root finding and minimization algorithms.

BroydenFletcherGoldfarbShanno

Limited-memory Broyden–Fletcher–Goldfarb–Shanno (L-BFGS) optimization method.

Cobyla

Constrained optimization by linear approximation.

ConjugateGradient

Conjugate Gradient (CG) optimization method.

ConstraintExtensions

Extension methods on the

IConstraint

interface.

FanChenLinQuadraticOptimization

General Sequential Minimal Optimization algorithm for Quadratic Programming problems.

GaussNewton

Gauss-Newton algorithm for solving Least-Squares problems.

GoldfarbIdnani

Goldfarb-Idnani Quadratic Programming Solver.

GradientDescent

Gradient Descent (GD) for unconstrained optimization.

LevenbergMarquardt

Levenberg-Marquardt algorithm for solving Least-Squares problems.

LinearConstraint

Constraint with only linear terms.

LinearConstraintCollection

Linear Constraint Collection.

LineSearchFailedException

Line Search Failed Exception.

Munkres

Hungarian method for solving the assignment problem, also known as the Kuhn–Munkres algorithm or Munkres assignment algorithm.

NelderMead

Nelder-Mead simplex algorithm with support for bound constraints for non-linear, gradient-free optimization.

NonlinearConjugateGradient

Non-linear Conjugate Gradient (WARNING: This code can not be used for commercial purposes. It is MANDATORY to check the accompanying license file for this particular module AND the source code for more details before you use this code).

NonlinearConstraint

Constraint with only linear terms.

NonlinearObjectiveFunction

Quadratic objective function.

OptimizationProgressEventArgs

Optimization progress event arguments.

QuadraticConstraint

Constraint with only quadratic terms.

QuadraticObjectiveFunction

Quadratic objective function.

ResilientBackpropagation

Resilient Backpropagation method for unconstrained optimization.

Subplex

Subplex

TrustRegionNewtonMethod

Simplified Trust Region Newton Method (TRON) for non-linear optimization.

This namespace contains different methods for solving both constrained and unconstrained optimization problems. For unconstrained optimization, methods available include Conjugate Gradient (CG), Bounded and Unbounded Broyden–Fletcher–Goldfarb–Shanno (BFGS), Resilient Backpropagation and a simplified implementation of the Trust Region Newton Method (TRON).

For constrained optimization problems, methods available include the Augmented Lagrangian method for general non-linear optimization, Cobyla for gradient-free non-linear optimization, and the Goldfarb-Idnani method for solving Quadratic Programming (QP) problems.

This namespace also contains optimizers specialized for least squares problems, such as Gauss Newton and the Levenberg-Marquart least squares solvers.

For univariate problems, standard search algorithms are also available, such as Brent and Binary search.

The namespace class diagram is shown below.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4