# Optimized search results The results of the optimized config search will include: - The initial value used for that run of the optimizer. - The status returned by the optimizer (the following table lists the possible statuses). - The configuration to which the optimizer converged. - The objective value that was achieved. The optimizer status should be checked before interpreting the rest of the results. The following table lists the optimizer status values. | No. | Optimizer status | Comment | | --- | --- | --- | | 1 | SUCCESS | The optimizer successfully converged on a solution. | | 2 | CONSTRAIN\_FAILURE | The optimizer stopped without meeting all the constraints. | | 3 | NUMERICAL\_FAILURE | The optimizer encountered a numeric failure internally. | | 4 | EXCEED\_MAX\_ITER | The optimizer exceeded the max allowed number of iterations of
its algorithm. Max\_iterations = 2 \* max\_evaluations. | | 5 | EXCEED\_MAX\_EVAL | The optimizer exceeded the max allowed number of evaluations. | | 6 | UNKNOWN\_ERROR | The optimizer returned an unknown error. | Last Published: Aug 25, 2026 [Previous Topic Search space parameters](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/model-configurator-search-space-parameters.md) [Next Topic Input file options](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/model-configurator-input-file-options.md)