🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to create a model using Mixed Integer Linear Programming or Heuristics?

User: "Claudia87"
New Altair Community Member
Updated by Jocelyn
I would like to create a model that will optimise the flow using a MILP or goal-programming or other OR Heuristics/Metaheuristics techniques. Can I do this on RapidMiner?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Caperez"
    Altair Community Member
    Accepted Answer
    Hi @Claudia87

    Rapidminer doesn't have native operators for that. there is an extension named Optimization in the Marketplace with some Linear Programming solvers but I haven't tried it yet.
    Other possible solution is to work with python libraries like Pyomo into Rapidminer
    regards
    User: "Claudia87"
    New Altair Community Member
    OP
    Thank you so much!