Parameters
Parameters
==========Centralized container for all runtime settings that control a single execution of NewBestSub.
Deterministic mode
Set deterministic =
true
to request a reproducible run.Provide seed to fix the master seed explicitly.
If seed is
null
and deterministic istrue
, a stable seed can be derived externally (e.g., viaTools.stableSeedFrom(Parameters)
).
Backward compatibility
New fields (deterministic, seed) were appended with default values, so positional constructor calls compiled against previous signatures continue to work unchanged.
Constructors
Properties
Correlation function key (e.g., "kendall"
, "spearman"
, "pearson"
).
Execution index/counter used for output naming and logging.
Dataset identifier (e.g., collection name or tag).
If true
, force reproducible behavior (single master RNG, stable ordering).
Number of NSGA-II iterations (generations) per repetition.
Number of independent solver repetitions with different seeds (unless deterministic).
Percentiles to compute/export for summaries (e.g., [5, 50, 95]
).
Population size for the evolutionary search.
Run target: one of BEST
, WORST
, or AVERAGE
(see Constants).