Uses of Class
com.google.ortools.pdlp.MalitskyPockParams.Builder
Packages that use MalitskyPockParams.Builder
-
Uses of MalitskyPockParams.Builder in com.google.ortools.pdlp
Subclasses with type arguments of type MalitskyPockParams.Builder in com.google.ortools.pdlpModifier and TypeClassDescriptionstatic final classProtobuf typeoperations_research.pdlp.MalitskyPockParamsMethods in com.google.ortools.pdlp that return MalitskyPockParams.BuilderModifier and TypeMethodDescriptionMalitskyPockParams.Builder.clear()MalitskyPockParams.Builder.clearLinesearchContractionFactor()Contraction factor used in the linesearch condition of Malitsky and Pock.MalitskyPockParams.Builder.clearStepSizeDownscalingFactor()At every inner iteration the algorithm can decide to accept the step size or to update it to step_size = step_size_downscaling_factor * step_size.MalitskyPockParams.Builder.clearStepSizeInterpolation()Malitsky and Pock linesearch rule permits an arbitrary choice of the first step size guess within an interval [m, M].PrimalDualHybridGradientParams.Builder.getMalitskyPockParametersBuilder()optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;MalitskyPockParams.Builder.mergeFrom(MalitskyPockParams other) MalitskyPockParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MalitskyPockParams.Builder.mergeFrom(com.google.protobuf.Message other) static MalitskyPockParams.BuilderMalitskyPockParams.newBuilder()static MalitskyPockParams.BuilderMalitskyPockParams.newBuilder(MalitskyPockParams prototype) MalitskyPockParams.newBuilderForType()protected MalitskyPockParams.BuilderMalitskyPockParams.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) MalitskyPockParams.Builder.setLinesearchContractionFactor(double value) Contraction factor used in the linesearch condition of Malitsky and Pock.MalitskyPockParams.Builder.setStepSizeDownscalingFactor(double value) At every inner iteration the algorithm can decide to accept the step size or to update it to step_size = step_size_downscaling_factor * step_size.MalitskyPockParams.Builder.setStepSizeInterpolation(double value) Malitsky and Pock linesearch rule permits an arbitrary choice of the first step size guess within an interval [m, M].MalitskyPockParams.toBuilder()Methods in com.google.ortools.pdlp with parameters of type MalitskyPockParams.BuilderModifier and TypeMethodDescriptionPrimalDualHybridGradientParams.Builder.setMalitskyPockParameters(MalitskyPockParams.Builder builderForValue) optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;