GibbsProblem Class

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithms
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public class GibbsProblem : Problem
Inheritance
Object    Problem    GibbsProblem

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
(Overrides Problem.Feasible(Double))
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