From d3b36c01534815e9f454ff10fba2037fbe75c413 Mon Sep 17 00:00:00 2001 From: Americo Cunha <36556019+americocunhajr@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:57:01 -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 9d7ff83..8eb773c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -**HarvesterOpt - Harvester Optimizer** is a Matlab code to solve an optimization problem to maximize the energy recovered by a bistable piezo-magneto-elastic energy harvesting system. The implementation follows an educational style, to make its use very intuitive. +**HarvesterOpt: Harvester Optimizer** is a Matlab code to solve an optimization problem to maximize the energy recovered by a bistable piezo-magneto-elastic energy harvesting system. The implementation follows an educational style, to make its use very intuitive. This package includes the following files: * CrossEntropyOpt_Example.m. -- script with an one dimensional optimization with the CE method