Skip to main content

HULYAS Strict Solver

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

EndpointPOST /api/framework/solve/strict
Authnone
Rate limit20/min
Categorycompute

Parameters

NameTypeRequiredDescription
promptstringYesExperiment description.
koSettingsobjectNoOperator weights.
maxIterationsnumberNoMax β-tuning iterations (1–20).

Returns

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

Example

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

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-solve-strict.