#include <limits>
#include <iostream>
#include <fstream>
#include <deque>
#include "math/check_gradient.h"
Go to the source code of this file.
Classes | |
class | MR::Math::LinearUpdateBB |
class | MR::Math::GradientDescentBB< Function, UpdateFunctor > |
Computes the minimum of a function using a Barzilai Borwein gradient descent approach. ENH: implement stabilised version https://arxiv.org/abs/1907.06409. More... | |
Namespaces | |
namespace | MR |
namespace | MR::Math |