Graphite  0.5.0
GPU-accelerated graph optimization framework
Loading...
Searching...
No Matches
gradient_descent.hpp File Reference
#include <graphite/graph.hpp>
#include <graphite/ops/vector.hpp>
#include <graphite/solver/solver.hpp>
#include <iomanip>
Include dependency graph for gradient_descent.hpp:

Go to the source code of this file.

Classes

class  graphite::optimizer::GradientDescentOptions< T, S >
 

Namespaces

namespace  graphite
 The top-level namespace for Graphite.
 
namespace  graphite::optimizer
 Optimization algorithms for Graphite.
 

Functions

template<typename T , typename S >
bool graphite::optimizer::gradient_descent (Graph< T, S > *graph, GradientDescentOptions< T, S > *options)
 Naive gradient descent optimization algorithm.