Adds url of code

This commit is contained in:
2021-08-02 10:18:53 -05:00
parent 30635db56d
commit d077249c40

View File

@@ -13,6 +13,7 @@
\usepackage{todonotes} \usepackage{todonotes}
\usepackage{siunitx} \usepackage{siunitx}
\usepackage{hyperref}
\usepackage{cleveref} \usepackage{cleveref}
\title{Notes on initial gradient descent testing} \title{Notes on initial gradient descent testing}
@@ -27,6 +28,7 @@
Before beginning an implementation of the ``dimensional reduction'' solution method of the charge qubit locating problem, I started with a naïve gradient descent algorithm. Before beginning an implementation of the ``dimensional reduction'' solution method of the charge qubit locating problem, I started with a naïve gradient descent algorithm.
This gives us something to benchmark against later. This gives us something to benchmark against later.
The (unoptimised and messily written) relevant gradient descent code is available at \url{https://gitea.deepak.science/deepak/pathfinder/src/branch/master/pathfinder/gradient_descent.py}.
\section{gradient descent} \section{gradient descent}