Skip to content
Snippets Groups Projects
Commit 5c55761d authored by David Preiss's avatar David Preiss
Browse files

target corrections

parent 7149400a
No related branches found
No related tags found
No related merge requests found
# 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">
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment