Skip to content

jessegrabowski/AsearaNumericalOptimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Numerical Optimization with Aesara

Implementation of iterative optimizers in Aesara. So far I've done Newton's Method. Code for the algorithm was adapted from the Julia code posted by Oscar Veliz at https://github.com/osveliz/numerical-veliz.

More algorithms to come as I find time.

Newton's Method

Fractal assocaited with the equation:

x ^ 2 - y - 1

x - y ** 2 + 1

image

About

Implementation of iterative optimizers in Aesara

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published