الانتقال إلى المحتوى الرئيسي

HULYAS Strict Solver

Master-equation solvers. ODE, lattice, shift, verify.

  • Protocol ID — zeq-solve-strict
  • Category — Compute
  • Endpoint — POST /api/framework/solve/strict
  • Auth — none
  • Rate limit — 20/min
  • Version — 1.0
  • Precision — ≤0.1% (KO42-enforced)

What it does

Auto-tunes β parameter iteratively until error ≤ 0.1% or max iterations. The 7-Step Wizard's strict mode.

Signature

Request

POST /api/framework/solve/strict
ParamTypeRequiredDefaultDescription
promptstringExperiment description.
koSettingsobjectOperator weights.
maxIterationsnumber10Max β-tuning iterations (1–20).

Response

{ ...solverResult, betaFinal, tuneIterations, tuneStatus }

Runnable example

curl -sS -X POST \
-H "Content-Type: application/json" \
-d '{
"prompt": "<value>",
"koSettings": {},
"maxIterations": 10
}' \
"https://api.zeq.dev/api/framework/solve/strict"

Integrate

  1. Master-equation solve — compose with KO42 always + up to three more operators per the 7-Step Wizard Protocol.
  2. Batch mode — fan out one call per phase tick, aggregate on the Zeqond boundary.
  3. Verify-on-write — pair with ZeqProof Verify to stamp results with error_pct ≤ 0.1%.

Seeds

  • Near — wrap /api/framework/solve/strict in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating HULYAS Strict Solver alongside a real workload, with pulse-aligned metrics.
  • Far — propose HULYAS Strict Solver as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.

Papers

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.