Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Reference
    • Extreme.Mathematics Namespace
    • Extreme.Mathematics.Algorithms Namespace
    • Extreme.Mathematics.Calculus Namespace
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations Namespace
    • Extreme.Mathematics.Curves Namespace
    • Extreme.Mathematics.Curves.Nonlinear Namespace
    • Extreme.Mathematics.EquationSolvers Namespace
    • Extreme.Mathematics.Generic Namespace
    • Extreme.Mathematics.Generic.LinearAlgebra Namespace
    • Extreme.Mathematics.Generic.LinearAlgebra.Providers Namespace
    • Extreme.Mathematics.LinearAlgebra Namespace
    • Extreme.Mathematics.LinearAlgebra.Complex Namespace
    • Extreme.Mathematics.LinearAlgebra.IO Namespace
    • Extreme.Mathematics.LinearAlgebra.Providers Namespace
    • Extreme.Mathematics.LinearAlgebra.Sparse Namespace
    • Extreme.Mathematics.Optimization Namespace
    • Extreme.Mathematics.Optimization.LinearProgramming Namespace
    • Extreme.Mathematics.SignalProcessing Namespace
    • Extreme.Mathematics.SpecialFunctions Namespace
    • Extreme.Statistics Namespace
    • Extreme.Statistics.Distributions Namespace
    • Extreme.Statistics.Multivariate Namespace
    • Extreme.Statistics.Random Namespace
    • Extreme.Statistics.Tests Namespace
    • Extreme.Statistics.TimeSeriesAnalysis Namespace
  • Extreme.Mathematics.Algorithms Namespace
    • AlgorithmHelper Class
    • ConvergenceCriterion Enumeration
    • ConvergenceException Class
    • ConvergenceTest Class
    • ConvergenceTestCollection Class
    • ConvergenceTestQuantifier Enumeration
    • DoubleEvaluator Delegate
    • IterativeAlgorithm Class
    • IterativeAlgorithm(T) Class
    • ManagedIterativeAlgorithm Class
    • ManagedIterativeAlgorithm(T) Class
    • SimpleConvergenceTest Class
    • VectorConvergenceErrorMeasure Enumeration
    • VectorConvergenceNorm Enumeration
    • VectorConvergenceTest Class
  • VectorConvergenceTest Class
    • Members
    • Constructors
    • Methods
    • Properties
  • Properties
    • ErrorMeasure Property
    • ErrorVector Property
    • Norm Property
    • ValueVector Property
Collapse imageExpand ImageCopy imageCopyHover image
            






VectorConvergenceTest Properties

VectorConvergenceTest Class  See Also 

The VectorConvergenceTest type exposes the following members.

Properties

  NameDescription
Public propertyActive
Gets or sets a value that indicates whether a ConvergenceTest is active.
(Inherited from ConvergenceTest.)
Public propertyConvergenceCriterion
Gets or sets a value specifying the criterion that is to be used in the convergence test for the algorithm.
(Inherited from ConvergenceTest.)
Public propertyError
Gets the estimated error associated with the convergence test.
(Inherited from ConvergenceTest.)
Public propertyErrorEvaluator
Gets or sets a delegate that evaluates the error estimate.
(Inherited from SimpleConvergenceTest.)
Public propertyErrorMeasure
Gets or sets whether the error should be calculated using the vector components, or using the vector norm.
Public propertyErrorVector
Gets or sets the Vector that contains the error value.
Public propertyNorm
Gets or sets a value that indicates which vector norm is to be used to evaluate the error.
Public propertyRequiredSuccessivePasses
Gets or sets a value that indicates the number of times the test criteria must be fulfilled before the test is considered successful.
(Inherited from ConvergenceTest.)
Public propertyTolerance
Gets or sets the tolerance used in the convergence test.
(Inherited from ConvergenceTest.)
Public propertyValue
Gets the value used in the computation of the relative error.
(Inherited from SimpleConvergenceTest.)
Public propertyValueEvaluator
Gets or sets a delegate that evaluates the value.
(Inherited from SimpleConvergenceTest.)
Public propertyValueVector
Gets or sets the Vector used to calculate the relative error.

See Also

VectorConvergenceTest Class
Extreme.Mathematics.Algorithms Namespace

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.