public class SearchSpace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AF_MIN |
static int |
AF_RANGE |
static int |
AF_STEP |
float[][] |
cafSS |
float[][][][] |
facilitySS |
static int |
TYPE_CAF |
static int |
TYPE_DAF |
static int |
TYPE_OAF |
| Constructor and Description |
|---|
SearchSpace(float[][] cafSS) |
SearchSpace(float[][][][] dafSS)
0 - seg, 1 - per, 2 - OAF/DAF, 3 - Min/Range/Step
|
SearchSpace(Seed seed,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
float |
getAF_MAX(int type,
int seg,
int per) |
float |
getAF_MIN(int type,
int seg,
int per) |
float |
getAF_RANGE(int type,
int seg,
int per) |
float |
getAF_STEP(int type,
int seg,
int per) |
void |
setCAFSearchSpace(float min,
int range,
float step) |
void |
setDAFSearchSpace(float min,
int range,
float step) |
void |
setOAFSearchSpace(float min,
int range,
float step) |
public final float[][] cafSS
public final float[][][][] facilitySS
public static final int TYPE_OAF
public static final int TYPE_DAF
public static final int TYPE_CAF
public static final int AF_MIN
public static final int AF_RANGE
public static final int AF_STEP
public SearchSpace(float[][] cafSS)
public SearchSpace(float[][][][] dafSS)
dafSS - public SearchSpace(Seed seed, java.lang.String type)
public void setCAFSearchSpace(float min,
int range,
float step)
public void setOAFSearchSpace(float min,
int range,
float step)
public void setDAFSearchSpace(float min,
int range,
float step)
public float getAF_MIN(int type,
int seg,
int per)
public float getAF_MAX(int type,
int seg,
int per)
public float getAF_RANGE(int type,
int seg,
int per)
public float getAF_STEP(int type,
int seg,
int per)