Namespaces
MathNet.Numerics
MathNet.Numerics.Differentiation
MathNet.Numerics.Distributions
MathNet.Numerics.Financial
MathNet.Numerics.IntegralTransforms
MathNet.Numerics.Integration
MathNet.Numerics.Interpolation
MathNet.Numerics.LinearAlgebra
MathNet.Numerics.LinearAlgebra.Complex
MathNet.Numerics.LinearAlgebra.Complex.Solvers
MathNet.Numerics.LinearAlgebra.Complex32
MathNet.Numerics.LinearAlgebra.Complex32.Solvers
MathNet.Numerics.LinearAlgebra.Double
MathNet.Numerics.LinearAlgebra.Double.Solvers
MathNet.Numerics.LinearAlgebra.Factorization
MathNet.Numerics.LinearAlgebra.Single
MathNet.Numerics.LinearAlgebra.Single.Solvers
MathNet.Numerics.LinearAlgebra.Solvers
MathNet.Numerics.LinearAlgebra.Storage
MathNet.Numerics.LinearRegression
MathNet.Numerics.OdeSolvers
MathNet.Numerics.Optimization
MathNet.Numerics.Optimization.LineSearch
MathNet.Numerics.Optimization.ObjectiveFunctions
MathNet.Numerics.Optimization.TrustRegion
MathNet.Numerics.Providers
MathNet.Numerics.Providers.FourierTransform
MathNet.Numerics.Providers.LinearAlgebra
MathNet.Numerics.Providers.SparseSolver
MathNet.Numerics.Random
MathNet.Numerics.RootFinding
MathNet.Numerics.Statistics
MathNet.Numerics.Statistics.Mcmc
Types in MathNet.Numerics.Optimization
BfgsBMinimizer
BfgsMinimizer
BfgsMinimizerBase
BfgsSolver
ConjugateGradientMinimizer
EvaluationException
ExitCondition
GoldenSectionMinimizer
GradientProjectionResult
IncompatibleObjectiveException
InnerOptimizationException
IObjectiveFunction
IObjectiveFunctionEvaluation
IObjectiveModel
IObjectiveModelEvaluation
IScalarObjectiveFunction
IScalarObjectiveFunctionEvaluation
IUnconstrainedMinimizer
LevenbergMarquardtMinimizer
LimitedMemoryBfgsMinimizer
MaximumIterationsException
MinimizationResult
MinimizationWithLineSearchResult
MinimizerBase
NelderMeadSimplex
NewtonMinimizer
NonlinearMinimizationResult
NonlinearMinimizerBase
ObjectiveFunction
OptimizationException
QuadraticGradientProjectionSearch
ScalarMinimizationResult
Type
NonlinearMinimizerBase
Namespace
MathNet.Numerics.Optimization
Methods
Equals
GetHashCode
GetType
ToString
Properties
FunctionTolerance
GradientTolerance
LowerBound
MaximumIterations
Scales
StepTolerance
UpperBound
Public Methods
bool
Equals
(
object
obj)
int
GetHashCode
()
Type
GetType
()
string
ToString
()
Public Properties
double
FunctionTolerance
get; set;
The stopping threshold for the function value or L2 norm of the residuals.
double
GradientTolerance
get; set;
The stopping threshold for infinity norm of the gradient.
Vector<T>
LowerBound
get; set;
The lower bound of the parameters.
int
MaximumIterations
get; set;
The maximum number of iterations.
Vector<T>
Scales
get; set;
The scale factors for the parameters.
double
StepTolerance
get; set;
The stopping threshold for L2 norm of the change of the parameters.
Vector<T>
UpperBound
get; set;
The upper bound of the parameters.