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?
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
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
regards