Class Energy
Class defining an energy for the GuidedProjectionAlgorithm.
Namespace: BRIDGES.Solvers.GuidedProjection
Assembly: BRIDGES.dll
Syntax
public class Energy : object
Fields
| Improve this Doc View SourceenergyType
Declaration
protected IEnergyType energyType
Field Value
Type | Description |
---|---|
IEnergyType |
variables
Variables composing the local vector xReduced on which the energyType is defined.
Declaration
protected List<(VariableSet Set, int Index)> variables
Field Value
Type | Description |
---|---|
List<(, )<VariableSet, Int32>> |
Remarks
The first component corresponds to the variable set and the second to the index of the variable in the set.
Properties
| Improve this Doc View SourceWeight
Gets or sets the weight of the energy.
Declaration
public double Weight { get; }
Property Value
Type | Description |
---|---|
Double |