SRSD Feynman
SRToolkit.dataset.srsd_feynman
SRSD Feynman symbolic regression benchmark.
SRSD_Feynman
Bases: SR_benchmark
The SRSD Feynman symbolic regression benchmark.
Contains 120 physics equations from the Feynman Symbolic Regression Dataset with per-variable sampling strategies (log-uniform, linear, or integer with sign constraints). Data is generated on first instantiation and cached as .npz files for subsequent use.
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 data generation. |
42
|
force_generate
|
bool
|
If |
False
|