Nguyen
SRToolkit.dataset.nguyen
Nguyen symbolic regression benchmark.
Nguyen
Bases: SR_benchmark
The Nguyen symbolic regression benchmark.
Contains 10 expressions without constant parameters (first 4 are polynomials, first 8 use
one variable, last 2 use two variables). The benchmark ships with pre-generated data. If the
download fails, data is generated from the stored per-variable samplers using n_samples
points and the given seed.
References
Examples:
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
n_samples
|
int
|
Number of samples to generate per dataset when |
10000
|
seed
|
Optional[int]
|
Random seed used for sampler-based data generation. Defaults to |
42
|
force_generate
|
bool
|
If |
False
|