RegressionProblem Class

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public class RegressionProblem : Problem
Inheritance
Object    Problem    RegressionProblem

Constructors

Properties

AcceptableFitness
(Inherited from Problem)
Dimensionality
(Overrides Problem.Dimensionality)
HasGradient
(Overrides Problem.HasGradient)
LowerBound
(Overrides Problem.LowerBound)
LowerInit
(Overrides Problem.LowerInit)
MaxFitness
(Inherited from Problem)
MaxIterations
(Inherited from Problem)
MinFitness
(Overrides Problem.MinFitness)
MinIterations
(Inherited from Problem)
Name
(Overrides Problem.Name)
ParameterName
(Inherited from Problem)
PreviousFitnessValue
(Inherited from Problem)
RequireFeasible
(Inherited from Problem)
Tolerance
(Inherited from Problem)
UpperBound
(Overrides Problem.UpperBound)
UpperInit
(Overrides Problem.UpperInit)

Methods

BeginOptimizationRun
(Inherited from Problem)
Continue
(Inherited from Problem)
EndOptimizationRun
(Inherited from Problem)
EnforceConstraints
(Inherited from Problem)
Feasible
(Inherited from Problem)
Fitness(Double)
(Overrides Problem.Fitness(Double))
Fitness(Double, Boolean)
(Inherited from Problem)
Fitness(Double, Double)
(Inherited from Problem)
Fitness(Double, Double, Boolean, Boolean)
(Inherited from Problem)
Gradient
(Overrides Problem.Gradient(Double, Double))

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also