Module algos

Source
Expand description

A collection of sample algorithms

These can be used as algorithmss, or to compare or benchmark against your own algorithms.

Structsยง

Bisection
Simple bisection method.
GradientDescent
Simple Gradient Descent method.