From 5c55761d58bcae711ff03ce9a86913e4ae2e7dc4 Mon Sep 17 00:00:00 2001 From: Dave <davepreiss@gmail.com> Date: Thu, 4 May 2023 15:20:24 -0400 Subject: [PATCH] target corrections --- week11/README.MD | 4 ++-- week12/README.MD | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/week11/README.MD b/week11/README.MD index f747619..4aa6304 100644 --- a/week11/README.MD +++ b/week11/README.MD @@ -1,5 +1,5 @@ # Week 11 - Functions + Density Estimation -<img src="img/13_2_a.png" height="600"> +<img src="img/13_2_a.png" height="500"> -<img src="img/13_b_a.png" height="600"> +<img src="img/13_2_b.png" height="500"> diff --git a/week12/README.MD b/week12/README.MD index f5d1718..905211c 100644 --- a/week12/README.MD +++ b/week12/README.MD @@ -2,20 +2,20 @@ ## Rosenbrock search with Nelder Mead -<img src="img/grad_descent.jpg" height="600"> +<img src="img/nelder_mead.jpg" height="500"> ## Rosenbrock search with Gradient Descent Had to add pretty substantial inertia to get all the way to the edge of the banana -<img src="img/grad_descent.jpg" height="600"> +<img src="img/grad_descent.jpg" height="500"> ## Rosenbrock search with CMA_ES Using the nicely packaged cmaes library here -<img src="img/cmaes_rosenbrock.gif" height="400"> +<img src="img/cmaes_rosenbrock.gif" height="500"> To be sure I searched a parabola as well: -<img src="img/parabolic_rosenbrock.gif" height="400"> \ No newline at end of file +<img src="img/cmaes_parabola.gif" height="500"> \ No newline at end of file -- GitLab