|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.coinor.Ipopt
org.coinor.examples.scalable.Scalable
org.coinor.examples.scalable.LuksanVlcek1
public class LuksanVlcek1
Implementation of Example 5.1 from "Sparse and Parially Separable Test Problems for Unconstrained and Equality Constrained Optimization" by L. Luksan and J. Vlcek.
This code was based on Ipopt file with same name.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
LuksanVlcek1(java.lang.String name,
double gl,
double gu)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
initialize(int n)
In this function all problem sizes, bounds and initial guess should be initialized. |
| Methods inherited from class org.coinor.examples.scalable.Scalable |
|---|
create, getInitialGuess, toString |
| Methods inherited from class org.coinor.Ipopt |
|---|
addIntOption, addNumOption, addStrOption, create, dispose, finalize, getMultConstraints, getMultLowerBounds, getMultUpperBounds, getObjVal, getStatus, openOutputFile, setProblemScaling, solve |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LuksanVlcek1(java.lang.String name,
double gl,
double gu)
| Method Detail |
|---|
public boolean initialize(int n)
Scalable
initialize in class Scalablen - the problem size
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||