Post-processing
Begins post processing job
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Query parameters
impulseIdintegerOptional
Impulse ID. If this is unset then the default impulse is used.
Body
variantstring · enumRequiredAvailable options:
Which model variant to use (int8, float32, etc.)
datasetstring · enumRequiredAvailable options:
Which dataset to use
algorithmstringRequired
Which algorithm container to use
evaluationstringRequired
Which evaluation container to use
populationintegerOptionalDefault:
The population size for the genetic algorithm
100
maxGenerationsintegerOptionalDefault:
The maximum number of generations for the genetic algorithm
100
designSpaceTolerancenumberOptionalDefault:
The tolerance for the design space
0.01
objectiveSpaceTolerancenumberOptionalDefault:
The tolerance for the objective space
0.0025
terminationPeriodintegerOptionalDefault:
The number of generations the termination criteria are averaged across
5
Responses
application/json
all ofOptional
post
200
OK
Last updated
Was this helpful?