ExploreConfig class

Configuration for several parameters used during the exploration phase.

Constructors

ExploreConfig({int numRuns = 100, double initialSize = 10, double speed = 1, Random? random})

Properties

hashCode int
The hash code for this object.
no setterinherited
initialSize double
The initial size.
final
numRuns int
The number of runs after which Glados stops trying to break the property test.
final
random Random
The Random used for generating all randomness.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
The amount by which the size will be increased each run.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited