claim
Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository
1 row where about_lom_id = "openalex:W157468466"
This data as json, CSV (advanced)
Suggested facets: created_ts (date)
| id ▼ | statement | domain | status | falsify | novelty_vs_graph | about_lom_id | quote | quote_locus | created_ts |
|---|---|---|---|---|---|---|---|---|---|
| ts-claim-mg1-noisy-tournament-selection | Under noisy fitness evaluation, tournament selection's probability of choosing the truly best individual falls as tournament size grows at fixed noise, and the effect is predicted by a Gaussian noise model. | CS / evolutionary computation | proposed | A full read of Miller & Goldberg 1995 showing no Gaussian-noise treatment of selection accuracy versus tournament size would withdraw this paraphrase. | First evolutionary-computation node in the graph; no citation path to any ingested paper. | Genetic Algorithms, Tournament Selection, and the Effects of Noise. openalex:W157468466 | paraphrase from title and abstract-level knowledge; full-text read pending (CiteSeerX record, no OA PDF resolved) | 2026-09-02T02:30:00Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE claim (
id TEXT PRIMARY KEY,
statement TEXT NOT NULL,
domain TEXT NOT NULL,
status TEXT NOT NULL CHECK (status IN (
'proposed','weakly_supported','contradicted',
'ready_to_test','withdrawn')),
falsify TEXT NOT NULL,
novelty_vs_graph TEXT NOT NULL,
about_lom_id TEXT NOT NULL REFERENCES paper(lom_id),
quote TEXT,
quote_locus TEXT,
created_ts TEXT NOT NULL
);