Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianieva authored May 20, 2022
1 parent d2a77e0 commit e96f3cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Trabajo final de Optimización (Optimization course final assignment)
## Trabajo final de Optimización

El cálculo analítico de derivadas y su implementación es tediosa, y está sujeta a error. Se estudian los sistemas de diferenciación automática para cálculo de gradientes y hessianos, y se implementa una versión simple, integrandola a la optimización con métodos clásicos (gradiente, gradientes conjugados, Newton, etc.).


## Optimization course final assignment

The analytical calculation of derivatives and their implementation is tedious and subject to error. Automatic differentiation systems for calculating gradients and Hessians are studied, and a simple version is implemented, integrating it to optimization classical methods (gradient, conjugate gradients, Newton, etc.).

0 comments on commit e96f3cb

Please sign in to comment.