Package | Description |
---|---|
com.google.ortools.pdlp |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveLinesearchParams
At the end of each iteration, regardless of whether the step was accepted
or not, the adaptive rule updates the step_size as the minimum of two
potential step sizes defined by the following two exponents.
|
static class |
AdaptiveLinesearchParams.Builder
At the end of each iteration, regardless of whether the step was accepted
or not, the adaptive rule updates the step_size as the minimum of two
potential step sizes defined by the following two exponents.
|
Modifier and Type | Method and Description |
---|---|
AdaptiveLinesearchParamsOrBuilder |
PrimalDualHybridGradientParams.getAdaptiveLinesearchParametersOrBuilder()
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18; |
AdaptiveLinesearchParamsOrBuilder |
PrimalDualHybridGradientParams.Builder.getAdaptiveLinesearchParametersOrBuilder()
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18; |
AdaptiveLinesearchParamsOrBuilder |
PrimalDualHybridGradientParamsOrBuilder.getAdaptiveLinesearchParametersOrBuilder()
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18; |
Copyright © 2025. All rights reserved.