Solving Algorithms for Discrete Optimization

share ›
‹ links

Below are the top discussions from Reddit that mention this online Coursera course from The University of Melbourne.

Discrete Optimization aims to make good decisions when we have many possibilities to choose from. Its applications are ubiquitous throughout ... Enroll for free.

Reddsera may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Coursera. Thank you for using these buttons to support Reddsera.

Taught by
Prof. Jimmy Ho Man Lee
Professor
and 1 more instructor

Offered by
The University of Melbourne

Reddit Posts and Comments

0 posts • 2 mentions • top 2 shown below

r/OperationsResearch • comment
1 points • pruby

The field is pretty broad, but to my mind the key skills you probably need are around problem modelling.

I found this a while ago which at the very least would be a good introduction to modelling for numerical optimisation. https://www.coursera.org/learn/basic-modeling - and/or work through to their more advanced courses. It's a collaboration between Melbourne and Hong Kong universities.

r/algorithms • comment
1 points • mzl

An additional benefit och using MiniZinc is that the same model for the problem can be tested with different types of solvers, including MIP solvers such as Gurobi and CP-solvers such as Google OR-tools as well as the built-in MiniZinc solvers (e.g., Gecode and Chuffed).

To get started with MiniZinc, the Coursera courses are a nice start