Looking for an efficient algorithm that will test out a huge array set and return the maximum solution

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cmaes

    A Rust implementation of the CMA-ES optimization algorithm.

    If your function is truly black box then you can use a black box optimization algorithms (note that they likely will not be as good since they make less asumptions on the problem) such as the one provided by argmin or my own simplers_optimization (amongst others). The CMA-ES algorithm has a very good reputation for those use cases but I only found one implementation in Rust and it is not on crates.io.

  • 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.

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