Package de.hsh.graja.regression.runner
Class RtTaskSsReq
java.lang.Object
de.hsh.graja.regression.runner.RtTaskSsReq
A request that is used to trigger the test for a single sample solution.
-
Constructor Summary
ConstructorsConstructorDescriptionRtTaskSsReq
(String loggerName, WorkerPool pool, String assignmentId, Ticket ticket, String sampleSolution, boolean doRecord, boolean multi, int nRounds, FrontendRequestTO frto, Path pathToPersistedBehavior, boolean keepWorkspace, Path rootWorkspace, BigDecimal scoreMax, Double expectedSuccessRate, int levenshteinThreshold) -
Method Summary
-
Constructor Details
-
RtTaskSsReq
public RtTaskSsReq(String loggerName, WorkerPool pool, String assignmentId, Ticket ticket, String sampleSolution, boolean doRecord, boolean multi, int nRounds, FrontendRequestTO frto, Path pathToPersistedBehavior, boolean keepWorkspace, Path rootWorkspace, BigDecimal scoreMax, Double expectedSuccessRate, int levenshteinThreshold)
-