|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ojalgo.optimisation.OptimisationSolver.Options
public static final class OptimisationSolver.Options
| Field Summary | |
|---|---|
static int |
DEFAULT_ITERATIONS_LIMIT
|
static NumberContext |
DEFAULT_PRINT_CONTEXT
|
static NumberContext |
DEFAULT_PROBLEM_CONTEXT
|
static NumberContext |
DEFAULT_SOLUTION_CONTEXT
|
static long |
DEFAULT_TIME_LIMIT
|
int |
iterationsLimit
The maximmum number of iterations allowed for the solve() command. |
NumberContext |
printContext
For display only! |
NumberContext |
problemContext
Problem parameters; constraints and objective function |
NumberContext |
solutionContext
Solution variables; primary and dual (langrange multipliers) |
long |
timeLimit
The maximmum number of millis allowed for the solve() command. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_ITERATIONS_LIMIT
public static final NumberContext DEFAULT_PRINT_CONTEXT
public static final NumberContext DEFAULT_PROBLEM_CONTEXT
public static final NumberContext DEFAULT_SOLUTION_CONTEXT
public static final long DEFAULT_TIME_LIMIT
public int iterationsLimit
public NumberContext printContext
public NumberContext problemContext
public NumberContext solutionContext
public long timeLimit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||