}
/*
* Step 3: verify how eigen-like the prospective eigen is. This is potentially asynchronous.
*/
EigenStatus status = verify(corpus, currentPseudoEigen);
if (status.inProgress()) {
log.info("Verifier not finished, making another pass...");
} else {
log.info("Has 1 - cosAngle: {}, convergence target is: {}", (1 - status.getCosAngle()), convergenceTarget);
state.getStatusProgress().add(status);
}