From 6e37947092000bcc2d0138d015cf56f6c1d25147 Mon Sep 17 00:00:00 2001 From: Peter Frank Perroni <pfperroni@inf.ufpr.br> Date: Tue, 28 Apr 2020 16:35:42 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9372980..6cd55f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -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). +# **Convergence Stabilization Modeling operating in Online Mode** -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. +This is a quick, cheap an automated method (formerly called *C'MOn*) 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. --- -- GitLab