Get started

Three steps to running.

Claim your 90-day key

No fee, no card. The key authorizes the client against our endpoint for 90 days.

I accept the evaluation terms — no-fee for 90 days, the method stays on NEOTECH’s endpoint, my data and results are mine.

Download the client

Standard-library Python — nothing to install. Unzip it next to your code.

Run it

Set your key and integrate in one line. Full examples are in the zip.

copyfrom swc import SWCOptimizer
opt = SWCOptimizer(license_key="YOUR-KEY", n=len(x0))
x = opt.start(x0)
for _ in range(rounds):
    x = opt.step(measure(x), score=objective(x))
opt.end()
Test a key — no code

Paste a key, watch it optimize.

Confirms your key is live by running a real session through the endpoint right here.