public static class BOBYQA.BOBYQABuilder
extends java.lang.Object
| Constructor and Description |
|---|
BOBYQABuilder() |
| Modifier and Type | Method and Description |
|---|---|
BOBYQA.BOBYQABuilder |
boundsRange(double boundsRange) |
BOBYQA |
build() |
BOBYQA.BOBYQABuilder |
initialTrustRegionRadius(double initialTrustRegionRadius) |
BOBYQA.BOBYQABuilder |
maxEvaluations(int maxEvaluations) |
BOBYQA.BOBYQABuilder |
optimizerBounds(OptimizerBounds optimizerBounds) |
BOBYQA.BOBYQABuilder |
stoppingTrustRegionRadius(double stoppingTrustRegionRadius) |
public BOBYQA.BOBYQABuilder maxEvaluations(int maxEvaluations)
public BOBYQA.BOBYQABuilder boundsRange(double boundsRange)
public BOBYQA.BOBYQABuilder optimizerBounds(OptimizerBounds optimizerBounds)
public BOBYQA.BOBYQABuilder initialTrustRegionRadius(double initialTrustRegionRadius)
public BOBYQA.BOBYQABuilder stoppingTrustRegionRadius(double stoppingTrustRegionRadius)
public BOBYQA build()