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

Claudia87
Claudia87 New Altair Community Member
edited November 2024 in Community Q&A
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?
Tagged:

Best Answer

  • Caperez
    Caperez Altair Community Member
    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

Answers

  • Caperez
    Caperez Altair Community Member
    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
  • Claudia87
    Claudia87 New Altair Community Member
    Thank you so much!