Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Erik Ovegård 739c0f7230 Improve convergence for symmetrical functions 7 years ago
..
LineSearch Namespaces: never fully open System.Numerics to avoid name clashes 8 years ago
ObjectiveFunctions Reworked objective model and nonlinear minimizers to match the scheme of the existing minimizers. 8 years ago
Subproblems Reworked ObjectiveModel. 8 years ago
BfgsBMinimizer.cs Optimization: cleanup 9 years ago
BfgsMinimizer.cs Fix typos 9 years ago
BfgsMinimizerBase.cs Namespaces: never fully open System.Numerics to avoid name clashes 8 years ago
BfgsSolver.cs Remove mentioning of codeplex in file headers 9 years ago
ConjugateGradientMinimizer.cs Optimization: cleanup 9 years ago
Exceptions.cs Remove mentioning of codeplex in file headers 9 years ago
ExitCondition.cs Optimization: added Levenberg-Marquardt and trust region dogleg minimizer. 8 years ago
GoldenSectionMinimizer.cs Optimization: objective function cleanup 9 years ago
IObjectiveFunction.cs Optimization: objective function cleanup 9 years ago
IObjectiveModel.cs Reworked objective model and nonlinear minimizers to match the scheme of the existing minimizers. 8 years ago
ITrustRegionSubProblem.cs Renamed QuadraticSubproblem to DogLegSubproblem. 8 years ago
IUnconstrainedMinimizer.cs Remove mentioning of codeplex in file headers 9 years ago
LevenbergMarquardtMinimizer.cs Reworked objective model and nonlinear minimizers to match the scheme of the existing minimizers. 8 years ago
LimitedMemoryBfgsMinimizer.cs initial L-BFGS implementation 9 years ago
MinimizationResult.cs Optimization: ExitCondition is no longer nested in MinimizationResult 9 years ago
MinimizationWithLineSearchResult.cs Remove mentioning of codeplex in file headers 9 years ago
MinimizerBase.cs Namespaces: never fully open System.Numerics to avoid name clashes 8 years ago
NelderMeadSimplex.cs Improve convergence for symmetrical functions 7 years ago
NewtonMinimizer.cs Optimization: cleanup 9 years ago
NonlinearMinimizationResult.cs Reworked objective model and nonlinear minimizers to match the scheme of the existing minimizers. 8 years ago
NonlinearMinimizerBase.cs Reworked objective model and nonlinear minimizers to match the scheme of the existing minimizers. 8 years ago
ObjectiveFunction.cs Reworked objective model and nonlinear minimizers to match the scheme of the existing minimizers. 8 years ago
QuadraticGradientProjectionSearch.cs Remove mentioning of codeplex in file headers 9 years ago
ScalarMinimizationResult.cs Optimization: objective function cleanup 9 years ago
TrustRegionDogLegMinimizer.cs Optimization: added trust region Newton-CG minimizer. 8 years ago
TrustRegionMinimizerBase.cs Reworked objective model and nonlinear minimizers to match the scheme of the existing minimizers. 8 years ago
TrustRegionNewtonCGMinimizer.cs Optimization: added trust region Newton-CG minimizer. 8 years ago
TrustRegionSubProblem.cs Optimization: added trust region Newton-CG minimizer. 8 years ago