Suggest Inverse Step
Suggests the next set of input values for inverse optimization.
Endpoint
POST /models/{model_id}/projects/{project_id}/trials/{trial_id}/objectives/{objective_id}/inverses
Path Parameters
model_id
integer
Yes
ID of the model
project_id
integer
Yes
ID of the project
trial_id
integer
Yes
ID of the trial
objective_id
integer
Yes
ID of the objective
Response Format
Status Values
Possible status values are:
active
- Inverse iteration is active and runningconverged
- Iteration has reached convergence criterionmax_iterations
- Maximum number of iterations reachedstopped
- Iteration was manually stoppedfailed
- Iteration failed due to an error
Examples
Error Responses
401
Unauthorized - Invalid API key
404
Model, project, trial, or objective not found
409
Conflict - Previous iteration not completed
429
Too many requests - Rate limit exceeded
500
Internal server error
Validation Rules
Model, project, trial, and objective IDs must be positive integers
Previous iteration must be completed before requesting next suggestion
Trial must be in an active state
Objective must have valid initial values loaded
Values in response will be floating point numbers
Last updated