public class FunctionStruct
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
boundConstraint |
int |
d |
int |
G |
int |
LB |
int |
np |
FunctionObjectiveStruct |
objfun |
int |
UB |
| Constructor and Description |
|---|
FunctionStruct(int d,
FunctionObjectiveStruct objfun,
int uB,
int lB,
int boundConstraint,
int g,
int np) |
public int d
public FunctionObjectiveStruct objfun
public int UB
public int LB
public int boundConstraint
public int G
public int np
public FunctionStruct(int d,
FunctionObjectiveStruct objfun,
int uB,
int lB,
int boundConstraint,
int g,
int np)