Backtracking line search

This page summarizes the projects mentioned and recommended in the original post on /r/optimization

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lineSearch

    Line-Search algorithm

  • You want to be greedy and use the current gradient for as large as change as possible. If you are using a second order method, the theoretical optimal step size is 1. However you could go higher for some problems. You can try my own line search algorithm and perhaps get some inspiration 🙂 good luck!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts