public class BottomCutFinderResult
extends java.lang.Object
| Constructor and Description |
|---|
BottomCutFinderResult() |
| Modifier and Type | Method and Description |
|---|---|
BottomCut |
getCut() |
double |
getFitness() |
boolean |
isContinue() |
void |
submitResult(BottomCut cut,
double fitness)
Atomically submits the result.
|