From 16c36aaf0dafab0d5fa4856ca4515180693743ed Mon Sep 17 00:00:00 2001 From: amirabdelrahman <amira-rahman@aucegypt.edu> Date: Mon, 27 Apr 2020 14:17:50 -0400 Subject: [PATCH] dft neldermead working --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c8764f..4e158ba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ C++ project to compare search of different design representations against a target static shape, and later against a physical function. -Search methods used: nelder mead, EM, CMAES. +Search methods used: nelder mead, gradient descent, EM and CMAES. -- GitLab