public class BlackboxApprox
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
handle |
| Constructor and Description |
|---|
BlackboxApprox(java.lang.String handle,
double threshold,
int rounds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
done() |
void |
recordRunResult(java.lang.Object value) |
Attributable |
summary() |
java.lang.String |
toString() |
public BlackboxApprox(java.lang.String handle,
double threshold,
int rounds)
public void recordRunResult(java.lang.Object value)
public boolean done()
public Attributable summary()
public java.lang.String toString()
toString in class java.lang.Object