| Package | Description |
|---|---|
| com.bayesserver.learning.parameters | |
| com.bayesserver.learning.structure | |
| com.bayesserver.optimization |
| Modifier and Type | Method and Description |
|---|---|
Stop |
ParameterLearningOptions.getStopping()
Gets the instance implementing
Stop used for early stopping. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterLearningOptions.setStopping(Stop value)
Sets the instance implementing
Stop used for early stopping. |
| Modifier and Type | Method and Description |
|---|---|
Stop |
SearchStructuralLearningOptions.getStopping()
Gets the instance implementing
Stop used for early stopping. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchStructuralLearningOptions.setStopping(Stop value)
Sets the instance implementing
Stop used for early stopping. |
| Modifier and Type | Method and Description |
|---|---|
Stop |
GeneticOptionsBase.getStopping()
Gets the instance implementing
Stop used for early stopping. |
Stop |
OptimizerOptions.getStopping()
Gets the instance implementing
Stop used for early stopping. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneticOptionsBase.setStopping(Stop value)
Sets the instance implementing
Stop used for early stopping. |
void |
OptimizerOptions.setStopping(Stop value)
Sets the instance implementing
Stop used for early stopping. |
Copyright © 2021. All rights reserved.