From 80f4f84a2dc5e0894813e3997e3eb54e35dff3c1 Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Thu, 8 Oct 2020 15:06:01 -0500 Subject: [PATCH] README.md: Point to 0.1 docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cdbebd..d64b4b0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ MIPLearn **MIPLearn** is an extensible framework for **Learning-Enhanced Mixed-Integer Optimization**, an approach targeted at discrete optimization problems that need to be repeatedly solved with only minor changes to input data. -The package uses Machine Learning (ML) to automatically identify patterns in previously solved instances of the problem, or in the solution process itself, and produces hints that can guide a conventional MIP solver towards the optimal solution faster. For particular classes of problems, this approach has been shown to provide significant performance benefits (see [benchmarks](https://anl-ceeesa.github.io/MIPLearn/dev/problems/) and [references](https://anl-ceeesa.github.io/MIPLearn/dev/about/)). +The package uses Machine Learning (ML) to automatically identify patterns in previously solved instances of the problem, or in the solution process itself, and produces hints that can guide a conventional MIP solver towards the optimal solution faster. For particular classes of problems, this approach has been shown to provide significant performance benefits (see [benchmarks](https://anl-ceeesa.github.io/MIPLearn/0.1/problems/) and [references](https://anl-ceeesa.github.io/MIPLearn/0.1/about/)). Features --------