Click or drag to resize

RegressionProblem Class

Inheritance Hierarchy
SystemObject
  Problem
    DWSIMRegressionProblem

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.4.5.0
Syntax
public class RegressionProblem : Problem
Request Example View Source

The RegressionProblem type exposes the following members.

Constructors
 NameDescription
Public methodRegressionProblem 
Top
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
Methods
 NameDescription
Public methodBeginOptimizationRun
(Inherited from Problem)
Public methodContinue
(Inherited from Problem)
Public methodEndOptimizationRun
(Inherited from Problem)
Public methodEnforceConstraints
(Inherited from Problem)
Public methodFeasible
(Inherited from Problem)
Public methodFitness(Double)
(Overrides Problem.Fitness(Double))
Public methodFitness(Double, Boolean)
(Inherited from Problem)
Public methodFitness(Double, Double)
(Inherited from Problem)
Public methodFitness(Double, Double, Boolean, Boolean)
(Inherited from Problem)
Public methodGradient
(Overrides Problem.Gradient(Double, Double))
Top
Fields
 NameDescription
Public field_Dim 
Private field_f 
Private field_fit 
Public field_INIT 
Public field_LB 
Public field_Name 
Public field_UB 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also