From da486f2e3b22751ff2018e92c54a4aea1cc03ce2 Mon Sep 17 00:00:00 2001
From: Peter Frank Perroni <pfperroni@inf.ufpr.br>
Date: Tue, 28 Apr 2020 16:30:22 -0300
Subject: [PATCH] Update README.md

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 95eaa76..9372980 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+This is a quick, cheap an automated method to estimate the best moment to stop optimization iterations, providing a good cost-benefit stopping point for your search (i.e., an effective balance between saving fitness evaluations and maintaining the optimization quality).
+
+The convergence analysis is performed through a sequence of linear regressions using exponential and log-like curves, based on the analysis of the convergence behavior presented during every optimization run.
+
+
+---
+
 INSTRUCTIONS FOR LINUX
 
 Download CSMOn:
-- 
GitLab