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

Claudia87Claudia87 Member Posts: 2 Newbie
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?

Best Answer

  • ceaperezceaperez Member Posts: 517 Unicorn
    Solution Accepted
    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

Sign In or Register to comment.