|
PineForge HPO 0.1.0
Native hyperparameter optimization for PineForge strategies
|
This suite compares PineForge's native C++ TPE sampler with official Optuna 4.9.0. Optuna and its fully pinned Python environment are benchmark-only; they are not PineForge build or runtime dependencies.
The suite is designed to answer two bounded questions:
It does not claim that either implementation is universally faster or better. Read `METHODOLOGY.md` before interpreting results.
From the repository root:
--smoke runs seed 17 for 32 trials on three representative problems. It also exhaustively validates all one million candidates in the discrete problem. The profile is intentionally too small for optimizer-quality conclusions.
After the same setup and build, omit --smoke:
The standard profile runs five fixed seeds over all six problems using their declared budgets. It takes materially longer than the smoke profile.
The strategy-exploration companion changes only the random-startup allocation from 10 to 200 trials and runs the million-candidate problem:
Every CSV row records startup_trials, so profiles cannot be silently combined. For targeted diagnostics, use --seeds, --problems, or --trials; run run_benchmark.py --help for the complete CLI.
When --output PATH is supplied, the runner writes:
PATH: raw result rows for both implementations;PATH.metadata.json: the effective profile, all optimizer controls, environment and dependency versions, native executable hash, deterministic source snapshot, Git state, validation evidence, row count, and CSV SHA-256.Use --metadata-output to choose another sidecar path. The stable field contract and timing units are documented in `RESULTS_SCHEMA.md`.
10^6 candidates with nonlinear modular and product interactions and a unique verified optimum.The standard continuous definitions follow the Simon Fraser University Virtual Library of Simulation Experiments:
Optuna is pinned to the official 4.9.0 release. The checked-in `results-2026-07-18.md` preserves the five-seed comparison and its limitations; the linked `evidence/` directory publishes its raw rows and metadata.