| Package | Description |
|---|---|
| com.bayesserver.optimization |
| Modifier and Type | Method and Description |
|---|---|
DesignEvidenceKind |
DesignVariable.getEvidenceKind()
Determines whether the optimizer uses hard or soft/virtual evidence for this variable.
|
static DesignEvidenceKind |
DesignEvidenceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesignEvidenceKind[] |
DesignEvidenceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DesignVariable.setEvidenceKind(DesignEvidenceKind value)
Determines whether the optimizer uses hard or soft/virtual evidence for this variable.
|
| Constructor and Description |
|---|
DesignVariable(Variable variable,
List<DesignState> designStates,
DesignEvidenceKind evidenceKind,
boolean allowMissing,
InterventionType interventionType)
Initializes a new instance of the
DesignVariable class. |
Copyright © 2021. All rights reserved.