From 7e002010d803f7628e95ce8c4618e606d9a692de Mon Sep 17 00:00:00 2001 From: Americo Cunha <36556019+americocunhajr@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:30:15 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fca8cd..e74028d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **CEopt: Cross-Entropy Optimizer** is a Matlab package that implements a framework for nonconvex optimization using the Cross-Entropy (CE) method. Due to the algorithm's relative simplicity, CEopt provides a transparent "gray-box" optimization solver with intuitive control parameters. It effectively handles both equality and inequality constraints through an augmented Lagrangian method, offering robustness and scalability for moderately sized complex problems. **CEopt**'s applicability and effectiveness are demonstrated through select case studies, making it a practical addition to optimization research and application toolsets.
- +
### Table of Contents