Skip to content

Commit f5e582e

Browse files
committed
Update docs with boxCutUpperBound param
1 parent eda1c29 commit f5e582e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626

2727
group = "com.linkedin.dualip"
2828

29-
project.version = "2.6.2"
29+
project.version = "2.6.5"
3030

3131
repositories {
3232
mavenCentral()

docs/interfaces/parameters.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Parameters Is Required Default Value Descriptio
1515
:code:`driver.initialLambdaPath` false N/A Optional path to initialize dual variables for algorithm restarts
1616
:code:`driver.gamma` false 1E-3 Coefficient for quadratic objective regularizer, used by most objectives
1717
:code:`driver.outputFormat` false AVRO The format of output, can be AVRO, JSON or ORC
18-
:code:`driver.projectionType` true N/A One of available projections (simplex, simplexInequality, unitbox, etc.)
18+
:code:`driver.projectionType` true N/A One of available projections (simplex, simplexInequality, unitbox, boxcut, etc.)
19+
:code:`driver.boxCutUpperBound` false 1 Upper bound for the box cut projection constraint
1920
:code:`driver.savePrimal` false false Flag to save primal
2021
:code:`driver.verbosity` false 1 The levels of logging to be shown. We currently support 0 and 1.
2122
:code:`input.ACblocksPath` true N/A Path of matrix A & c encoded as data blocks

0 commit comments

Comments
 (0)