dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
SchemaSizeQ
dextool
plugin
mutate
backend
analyze
schema_ml
Undocumented in source.
@
safe
struct
SchemaSizeQ {
static immutable
auto
LearnRate
;
alias
StatusData
=
long
[]
delegate
(
SchemaStatus
)
;
MinstdRand0
rnd0
;
long
minSize
;
long
maxSize
;
long
currentSize
;
static
auto
make
(long minSize, long maxSize);
void
update
(StatusData data, long totalMutants);
}
Members
Aliases
StatusData
alias
StatusData
=
long
[]
delegate
(
SchemaStatus
)
Undocumented in source.
Functions
update
void
update
(StatusData data, long totalMutants)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
make
auto
make
(long minSize, long maxSize)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
LearnRate
auto
LearnRate
;
Undocumented in source.
Variables
currentSize
long
currentSize
;
Undocumented in source.
maxSize
long
maxSize
;
Undocumented in source.
minSize
long
minSize
;
Undocumented in source.
rnd0
MinstdRand0
rnd0
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
analyze
schema_ml
structs
Feature
SchemaQ
SchemaSizeQ