Click or drag to resize

RegressionProblem Properties

The RegressionProblem type exposes the following members.

Properties
 NameDescription
Public propertyAcceptableFitness
(Inherited from Problem)
Public propertyDimensionality
(Overrides Problem.Dimensionality)
Public propertyHasGradient
(Overrides Problem.HasGradient)
Public propertyLowerBound
(Overrides Problem.LowerBound)
Public propertyLowerInit
(Overrides Problem.LowerInit)
Public propertyMaxFitness
(Inherited from Problem)
Public propertyMaxIterations
(Inherited from Problem)
Public propertyMinFitness
(Overrides Problem.MinFitness)
Public propertyMinIterations
(Inherited from Problem)
Public propertyName
(Overrides Problem.Name)
Public propertyParameterName
(Inherited from Problem)
Public propertyPreviousFitnessValue
(Inherited from Problem)
Public propertyRequireFeasible
(Inherited from Problem)
Public propertyTolerance
(Inherited from Problem)
Public propertyUpperBound
(Overrides Problem.UpperBound)
Public propertyUpperInit
(Overrides Problem.UpperInit)
Top
See Also