BookmarkSubscribeRSS Feed
Leesa
Fluorite | Level 6

Hi I'm new to proc optmodel. I'm running proc optmodel with 10000 iterations. Each iteration it's showing output value,infeasible value & error value.Can you help me understand what infeasible value means?

 

4 REPLIES 4
RobPratt
SAS Super FREQ

It sounds like you are using the NLP solver.  The description of the iteration log is here:

https://go.documentation.sas.com/?docsetId=ormpug&docsetVersion=15.1&docsetTarget=ormpug_nlpsolver_d...

Leesa
Fluorite | Level 6

Yes, It's related to NLP Solver. In document it's written that infeasibility value indicates the maximum value out of all constraint violations. Does it mean the maximum of objective function values for cases where my constraints are violating the conditions? In iterations my infeasibility values ranging from 0.014 to 0.000027. First iteration it was 13000.Does that indicates that it's converging to feasible solution? 

RobPratt
SAS Super FREQ

The Infeasibility ignores the objective and measures the maximum violation across all constraints.  A constraint that is satisfied has zero violation.  Yes, if Infeasibility is decreasing to zero, the solver is converging to a feasible solution.

heinsler
Fluorite | Level 6

Great explanation.

Thanks.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Discussion stats
  • 4 replies
  • 1991 views
  • 2 likes
  • 3 in conversation