optimizations

Get Optimization Series

One objective's validation series, windowed and budgeted.

The same rows /metadata carries whole. A plot reading them from there downloads every sample of both solves to draw a few hundred points.

get/optimizations/{id}/series

Path parameters

idstring required

Query parameters

objectivestring required

Objective name within the payload

Objective name within the payload

sourcestring

Which solve: 'optimal' or 'baseline'

Which solve: 'optimal' or 'baseline'

columnsstring nullable

Comma-separated channels besides the x column

Comma-separated channels besides the x column

xstring

Column plotted on x, and windowed on

Column plotted on x, and windowed on

max_pointsinteger nullable

Row ceiling, from the plot's measured width

Row ceiling, from the plot's measured width

x_minnumber nullable

Window lower bound, in x's units

Window lower bound, in x's units

x_maxnumber nullable

Window upper bound, in x's units

Window upper bound, in x's units

Response

Successful Response

{"stackTrail":"paths:/optimizations/{id}/series:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes