BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
newbie_ari
Fluorite | Level 6

Hi,

 

We are using SAS Eminer for our machine learning project. But one part of it's is mixed integer optimization. I want to know if any method (or proc step) can be used for mixed integer optimization in SAS Eminer?

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
RobPratt
SAS Super FREQ

Mixed integer linear optimization is available through PROC OPTMODEL or PROC OPTMILP in SAS/OR.  A limited-size MILP solver is also available through the MILPSOLVE subroutine in SAS/IML.

View solution in original post

2 REPLIES 2
RobPratt
SAS Super FREQ

Mixed integer linear optimization is available through PROC OPTMODEL or PROC OPTMILP in SAS/OR.  A limited-size MILP solver is also available through the MILPSOLVE subroutine in SAS/IML.

newbie_ari
Fluorite | Level 6

Thanks Rob for the answer! I knew about OR & IML package options for optimization. But was wondering if it's available in SAS Eminer as well or not. It seems SAS Eminer don't provide any option for mixed integer optimization.

 

Thanks a lot!