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?
It sounds like you are using the NLP solver. The description of the iteration log is here:
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?
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.
Great explanation.
Thanks.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.