Uses of Class
com.google.ortools.pdlp.ConvergenceInformation.Builder
Packages that use ConvergenceInformation.Builder
-
Uses of ConvergenceInformation.Builder in com.google.ortools.pdlp
Subclasses with type arguments of type ConvergenceInformation.Builder in com.google.ortools.pdlpModifier and TypeClassDescriptionstatic final classInformation measuring how close a candidate is to establishing feasibility and optimality; see also TerminationCriteria.Methods in com.google.ortools.pdlp that return ConvergenceInformation.BuilderModifier and TypeMethodDescriptionIterationStats.Builder.addConvergenceInformationBuilder()A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.IterationStats.Builder.addConvergenceInformationBuilder(int index) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.ConvergenceInformation.Builder.clear()ConvergenceInformation.Builder.clearCandidateType()Type of the candidate point described by this ConvergenceInformation.ConvergenceInformation.Builder.clearCorrectedDualObjective()If possible (e.g., when all primal variables have lower and upper bounds), a correct dual bound.ConvergenceInformation.Builder.clearDualObjective()The dual objective.ConvergenceInformation.Builder.clearL2DualResidual()The l_2 norm of the violations of dual constraints.ConvergenceInformation.Builder.clearL2DualVariable()The l_2 norm of the dual variables.ConvergenceInformation.Builder.clearL2PrimalResidual()The l_2 norm of the violations of primal constraints.ConvergenceInformation.Builder.clearL2PrimalVariable()The l_2 norm of the primal variables.ConvergenceInformation.Builder.clearLInfComponentwiseDualResidual()The maximum relative violation of any dual constraint, with an absolute offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where eps_ratio = eps_optimal_dual_residual_absolute / eps_optimal_dual_residual_relativeConvergenceInformation.Builder.clearLInfComponentwisePrimalResidual()The maximum relative violation of any primal constraint, with an absolute offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where eps_ratio = eps_optimal_primal_residual_absolute / eps_optimal_primal_residual_relative and bound is the violated bound.ConvergenceInformation.Builder.clearLInfDualResidual()The maximum violation of any dual constraint, i.e., the l_∞ norm of the violations.ConvergenceInformation.Builder.clearLInfDualVariable()The maximum absolute value of the dual variables, i.e., the l_∞ norm.ConvergenceInformation.Builder.clearLInfPrimalResidual()The maximum violation of any primal constraint, i.e., the l_∞ norm of the violations.ConvergenceInformation.Builder.clearLInfPrimalVariable()The maximum absolute value of the primal variables, i.e., the l_∞ norm.ConvergenceInformation.Builder.clearPrimalObjective()The primal objective.IterationStats.Builder.getConvergenceInformationBuilder(int index) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.ConvergenceInformation.Builder.mergeFrom(ConvergenceInformation other) ConvergenceInformation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ConvergenceInformation.Builder.mergeFrom(com.google.protobuf.Message other) ConvergenceInformation.newBuilder()ConvergenceInformation.newBuilder(ConvergenceInformation prototype) ConvergenceInformation.newBuilderForType()protected ConvergenceInformation.BuilderConvergenceInformation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ConvergenceInformation.Builder.setCandidateType(PointType value) Type of the candidate point described by this ConvergenceInformation.ConvergenceInformation.Builder.setCorrectedDualObjective(double value) If possible (e.g., when all primal variables have lower and upper bounds), a correct dual bound.ConvergenceInformation.Builder.setDualObjective(double value) The dual objective.ConvergenceInformation.Builder.setL2DualResidual(double value) The l_2 norm of the violations of dual constraints.ConvergenceInformation.Builder.setL2DualVariable(double value) The l_2 norm of the dual variables.ConvergenceInformation.Builder.setL2PrimalResidual(double value) The l_2 norm of the violations of primal constraints.ConvergenceInformation.Builder.setL2PrimalVariable(double value) The l_2 norm of the primal variables.ConvergenceInformation.Builder.setLInfComponentwiseDualResidual(double value) The maximum relative violation of any dual constraint, with an absolute offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where eps_ratio = eps_optimal_dual_residual_absolute / eps_optimal_dual_residual_relativeConvergenceInformation.Builder.setLInfComponentwisePrimalResidual(double value) The maximum relative violation of any primal constraint, with an absolute offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where eps_ratio = eps_optimal_primal_residual_absolute / eps_optimal_primal_residual_relative and bound is the violated bound.ConvergenceInformation.Builder.setLInfDualResidual(double value) The maximum violation of any dual constraint, i.e., the l_∞ norm of the violations.ConvergenceInformation.Builder.setLInfDualVariable(double value) The maximum absolute value of the dual variables, i.e., the l_∞ norm.ConvergenceInformation.Builder.setLInfPrimalResidual(double value) The maximum violation of any primal constraint, i.e., the l_∞ norm of the violations.ConvergenceInformation.Builder.setLInfPrimalVariable(double value) The maximum absolute value of the primal variables, i.e., the l_∞ norm.ConvergenceInformation.Builder.setPrimalObjective(double value) The primal objective.ConvergenceInformation.toBuilder()Methods in com.google.ortools.pdlp that return types with arguments of type ConvergenceInformation.BuilderModifier and TypeMethodDescriptionIterationStats.Builder.getConvergenceInformationBuilderList()A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.Methods in com.google.ortools.pdlp with parameters of type ConvergenceInformation.BuilderModifier and TypeMethodDescriptionIterationStats.Builder.addConvergenceInformation(int index, ConvergenceInformation.Builder builderForValue) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.IterationStats.Builder.addConvergenceInformation(ConvergenceInformation.Builder builderForValue) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.IterationStats.Builder.setConvergenceInformation(int index, ConvergenceInformation.Builder builderForValue) A set of statistics measuring how close a point is to establishing primal and dual feasibility and optimality.