Interface CutFinder
-
- All Known Implementing Classes:
CutFinderEKS,CutFinderIM,CutFinderIMaConcurrent,CutFinderIMaConcurrentOptionalOr,CutFinderIMaInterleaved,CutFinderIMc,CutFinderIMConcurrent,CutFinderIMConcurrentWithMinimumSelfDistance,CutFinderIMExclusiveChoice,CutFinderIMf,CutFinderIMfa,CutFinderIMflc,CutFinderIMlc,CutFinderIMlcConcurrent,CutFinderIMlcInterleaved,CutFinderIMLoop,CutFinderIMSequence
public interface CutFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CutfindCut(IMLog log, IMLogInfo logInfo, MinerState minerState)Returns a cut, or null if none found.
-
-
-
Method Detail
-
findCut
Cut findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)
Returns a cut, or null if none found. Must be thread-safe and static, i.e, no side-effects allowed.- Parameters:
log-logInfo-minerState-- Returns:
-
-