Class ExtraHeuristicsDto
- java.lang.Object
-
- org.evomaster.client.java.controller.api.dto.ExtraHeuristicsDto
-
public class ExtraHeuristicsDto extends Object
Represents possible extra heuristics related to the code execution and that do apply to all the reached testing targets. Example: rewarding SQL "select" operations that return non-empty sets
-
-
Field Summary
Fields Modifier and Type Field Description ExecutionDto
databaseExecutionDto
List<HeuristicEntryDto>
heuristics
List of extra heuristic values we want to optimize
-
Constructor Summary
Constructors Constructor Description ExtraHeuristicsDto()
-
-
-
Field Detail
-
heuristics
public List<HeuristicEntryDto> heuristics
List of extra heuristic values we want to optimize
-
databaseExecutionDto
public ExecutionDto databaseExecutionDto
-
-